diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 19:34:10 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 06:13:22 -0400 |
commit | 609fcd1b3a55f99667c61609895c83019b21baad (patch) | |
tree | f90cec33d1f1e0922c28d5528cd0f535dc235b92 /init/Kconfig | |
parent | 2db81452931eb51cc739d6e495cf1bd4860c3c99 (diff) |
userns: Convert tomoyo to use kuid and kgid where appropriate
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index 637faf8626cc..381f765df923 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -962,9 +962,6 @@ config UIDGID_CONVERTED | |||
962 | # The rare drivers that won't build | 962 | # The rare drivers that won't build |
963 | depends on ANDROID_BINDER_IPC = n | 963 | depends on ANDROID_BINDER_IPC = n |
964 | 964 | ||
965 | # Security modules | ||
966 | depends on SECURITY_TOMOYO = n | ||
967 | |||
968 | config UIDGID_STRICT_TYPE_CHECKS | 965 | config UIDGID_STRICT_TYPE_CHECKS |
969 | bool "Require conversions between uid/gids and their internal representation" | 966 | bool "Require conversions between uid/gids and their internal representation" |
970 | depends on UIDGID_CONVERTED | 967 | depends on UIDGID_CONVERTED |