aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-02-07 19:33:13 -0500
committerEric W. Biederman <ebiederm@xmission.com>2012-09-21 06:13:21 -0400
commit2db81452931eb51cc739d6e495cf1bd4860c3c99 (patch)
tree959805577a8e8c449fc4b3c576d2f0c840090fa4 /init
parente4849737f76c8767e70dc1575f6e59fc3682b3fe (diff)
userns: Convert apparmor to use kuid and kgid where appropriate
Cc: John Johansen <john.johansen@canonical.com> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f31599739f7f..637faf8626cc 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -964,7 +964,6 @@ config UIDGID_CONVERTED
964 964
965 # Security modules 965 # Security modules
966 depends on SECURITY_TOMOYO = n 966 depends on SECURITY_TOMOYO = n
967 depends on SECURITY_APPARMOR = n
968 967
969config UIDGID_STRICT_TYPE_CHECKS 968config UIDGID_STRICT_TYPE_CHECKS
970 bool "Require conversions between uid/gids and their internal representation" 969 bool "Require conversions between uid/gids and their internal representation"