]> git.baikalelectronics.ru Git - kernel.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)
commit9cbf99c7a25a52c9be3296d43d9d742b1df791c9
tree128d330ecff67c5d83862062825b7975c92fee96
parente51bccef188ff41b09c1e4bab09d5ce9434c65b3
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]