]> git.ipfire.org Git - thirdparty/linux.git/commit
AppArmor: policy routines for loading and unpacking policy
authorJohn Johansen <john.johansen@canonical.com>
Thu, 29 Jul 2010 21:48:02 +0000 (14:48 -0700)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:38:36 +0000 (15:38 +1000)
commit736ec752d95e91e77cc0e8c97c057ab076ac2f51
tree128d330ecff67c5d83862062825b7975c92fee96
parent0ed3b28ab8bf460a3a026f3f1782bf4c53840184
AppArmor: policy routines for loading and unpacking policy

AppArmor policy is loaded in a platform independent flattened binary
stream.  Verify and unpack the data converting it to the internal
format needed for enforcement.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/apparmor/include/policy_unpack.h [new file with mode: 0644]
security/apparmor/policy_unpack.c [new file with mode: 0644]