diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-23 20:06:34 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-24 01:54:18 -0400 |
commit | c9235f4872e810d43bf1b19b92cdbe0ec282bada (patch) | |
tree | 7b83bddcae65527ea9f2995f523866483ea6a678 /init | |
parent | bc45dae323112f2365d7ca307571781163d1bc04 (diff) |
userns: Make credential debugging user namespace safe.
Cc: David Howells <dhowells@redhat.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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 448b701b1722..fdabc5160cdf 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -936,7 +936,6 @@ config UIDGID_CONVERTED | |||
936 | depends on FS_POSIX_ACL = n | 936 | depends on FS_POSIX_ACL = n |
937 | depends on QUOTA = n | 937 | depends on QUOTA = n |
938 | depends on QUOTACTL = n | 938 | depends on QUOTACTL = n |
939 | depends on DEBUG_CREDENTIALS = n | ||
940 | depends on BSD_PROCESS_ACCT = n | 939 | depends on BSD_PROCESS_ACCT = n |
941 | depends on DRM = n | 940 | depends on DRM = n |
942 | depends on PROC_EVENTS = n | 941 | depends on PROC_EVENTS = n |