mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
selinux: update my email address
Update my email address; MAINTAINERS was updated some time ago. Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
parent
e5faa839c3
commit
0fe53224bf
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the kernel access vector cache (AVC).
|
||||
*
|
||||
* Authors: Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Authors: Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* James Morris <jmorris@redhat.com>
|
||||
*
|
||||
* Update: KaiGai, Kohei <kaigai@ak.jp.nec.com>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* This file contains the SELinux hook function implementations.
|
||||
*
|
||||
* Authors: Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Authors: Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* Chris Vance, <cvance@nai.com>
|
||||
* Wayne Salamon, <wsalamon@nai.com>
|
||||
* James Morris <jmorris@redhat.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Access vector cache interface for object managers.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SELINUX_AVC_H_
|
||||
#define _SELINUX_AVC_H_
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Access vector cache interface for the security server.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SELINUX_AVC_SS_H_
|
||||
#define _SELINUX_AVC_SS_H_
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* This file contains the SELinux security data structures for kernel objects.
|
||||
*
|
||||
* Author(s): Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author(s): Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* Chris Vance, <cvance@nai.com>
|
||||
* Wayne Salamon, <wsalamon@nai.com>
|
||||
* James Morris <jmorris@redhat.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Security server interface.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Implementation of the access vector table type.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
|
||||
/* Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
|
||||
|
@ -6,7 +6,7 @@
|
||||
* table is used to represent the type enforcement
|
||||
* tables.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
|
||||
/* Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
|
||||
|
@ -11,7 +11,7 @@
|
||||
* process from labeling an object with a different user
|
||||
* identity.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_CONSTRAINT_H_
|
||||
#define _SS_CONSTRAINT_H_
|
||||
|
@ -11,7 +11,7 @@
|
||||
* security server and can be changed without affecting
|
||||
* clients of the security server.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_CONTEXT_H_
|
||||
#define _SS_CONTEXT_H_
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the extensible bitmap type.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
/*
|
||||
* Updated: Hewlett-Packard <paul@paul-moore.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* an explicitly specified starting bit position within
|
||||
* the total bitmap.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_EBITMAP_H_
|
||||
#define _SS_EBITMAP_H_
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the hash table type.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
* functions for hash computation and key comparison are
|
||||
* provided by the creator of the table.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_HASHTAB_H_
|
||||
#define _SS_HASHTAB_H_
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the multi-level security (MLS) policy.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
/*
|
||||
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Multi-level security (MLS) policy operations.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
/*
|
||||
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Type definitions for the multi-level security (MLS) policy.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
/*
|
||||
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the policy database.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* A policy database (policydb) specifies the
|
||||
* configuration data for the security policy.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the security services.
|
||||
*
|
||||
* Authors : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Authors : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* James Morris <jmorris@redhat.com>
|
||||
*
|
||||
* Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the security services.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_SERVICES_H_
|
||||
#define _SS_SERVICES_H_
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the SID table type.
|
||||
*
|
||||
* Original author: Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Original author: Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* Author: Ondrej Mosnacek, <omosnacek@gmail.com>
|
||||
*
|
||||
* Copyright (C) 2018 Red Hat, Inc.
|
||||
|
@ -3,7 +3,7 @@
|
||||
* A security identifier table (sidtab) is a lookup table
|
||||
* of security context structures indexed by SID value.
|
||||
*
|
||||
* Original author: Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Original author: Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
* Author: Ondrej Mosnacek, <omosnacek@gmail.com>
|
||||
*
|
||||
* Copyright (C) 2018 Red Hat, Inc.
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Implementation of the symbol table type.
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/string.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
* is arbitrary. The symbol table type is implemented
|
||||
* using the hash table type (hashtab).
|
||||
*
|
||||
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
|
||||
* Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
|
||||
*/
|
||||
#ifndef _SS_SYMTAB_H_
|
||||
#define _SS_SYMTAB_H_
|
||||
|
Loading…
Reference in New Issue
Block a user