apparmor: remove sid from profiles
authorJohn Johansen <john.johansen@canonical.com>
Tue, 19 Feb 2013 00:10:34 +0000 (16:10 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Sun, 28 Apr 2013 07:37:13 +0000 (00:37 -0700)
commita4987857d2c958b93b2faafe0811eea1a63ff59a
treeaa140446d01ddecc209415720ef77dc9c7777ca2
parent180a6f5965a49535a7704c07691a6d1209904971
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>
security/apparmor/include/policy.h
security/apparmor/include/sid.h
security/apparmor/policy.c
security/apparmor/policy_unpack.c
This page took 0.051825 seconds and 5 git commands to generate.