kernel_optimize_test/security/apparmor
John Johansen a4987857d2 apparmor: remove sid from profiles
The sid is not going to be a direct property of a profile anymore, instead
it will be directly related to the label, and the profile will pickup
a label back reference.

For null-profiles replace the use of sid with a per namespace unique
id.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Kees Cook <kees@ubuntu.com>
2013-04-28 00:37:13 -07:00
..
include apparmor: remove sid from profiles 2013-04-28 00:37:13 -07:00
.gitignore
apparmorfs.c
audit.c
capability.c
context.c apparmor: use common fn to clear task_context for domain transitions 2013-04-28 00:36:20 -07:00
domain.c apparmor: use common fn to clear task_context for domain transitions 2013-04-28 00:36:20 -07:00
file.c
ipc.c apparmor: add utility function to get an arbitrary tasks profile. 2013-04-28 00:35:53 -07:00
Kconfig
lib.c apparmor: add kvzalloc to handle zeroing for kvmalloc 2013-04-28 00:36:09 -07:00
lsm.c apparmor: remove "permipc" command 2013-04-28 00:36:32 -07:00
Makefile
match.c apparmor: misc cleanup of match 2013-04-28 00:36:55 -07:00
path.c apparmor: fix error code to failure message mapping for name lookup 2013-04-28 00:35:40 -07:00
policy_unpack.c apparmor: remove sid from profiles 2013-04-28 00:37:13 -07:00
policy.c apparmor: remove sid from profiles 2013-04-28 00:37:13 -07:00
procattr.c apparmor: remove "permipc" command 2013-04-28 00:36:32 -07:00
resource.c apparmor: relax the restrictions on setting rlimits 2013-04-28 00:36:46 -07:00
sid.c