diff options
author | John Johansen | 2010-07-30 05:46:33 +0200 |
---|---|---|
committer | James Morris | 2010-08-02 07:38:39 +0200 |
commit | 016d825fe02cd20fd8803ca37a1e6d428fe878f6 (patch) | |
tree | b36bafad46e09a1a62f3521536a703c58540f675 /security/apparmor/.gitignore | |
parent | TOMOYO: Use pathname specified by policy rather than execve() (diff) | |
download | kernel-qcow2-linux-016d825fe02cd20fd8803ca37a1e6d428fe878f6.tar.gz kernel-qcow2-linux-016d825fe02cd20fd8803ca37a1e6d428fe878f6.tar.xz kernel-qcow2-linux-016d825fe02cd20fd8803ca37a1e6d428fe878f6.zip |
AppArmor: Enable configuring and building of the AppArmor security module
Kconfig and Makefiles to enable configuration and building of AppArmor.
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/apparmor/.gitignore')
-rw-r--r-- | security/apparmor/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/apparmor/.gitignore b/security/apparmor/.gitignore new file mode 100644 index 000000000000..0a0a99f3b083 --- /dev/null +++ b/security/apparmor/.gitignore @@ -0,0 +1,5 @@ +# +# Generated include files +# +af_names.h +capability_names.h |