diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-03 23:01:31 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-07 04:02:52 +0200 |
commit | 7dc05881b64792e0ea41293e9595cc962a716225 (patch) | |
tree | a54ad7a79474118c4a202a106b42c4d8b1e3bbe4 /init | |
parent | userns: Make credential debugging user namespace safe. (diff) | |
download | linux-7dc05881b64792e0ea41293e9595cc962a716225.tar.xz linux-7dc05881b64792e0ea41293e9595cc962a716225.zip |
userns: Convert debugfs to use kuid/kgid where appropriate.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 fdabc5160cdf..071dbb4928ef 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -964,7 +964,6 @@ config UIDGID_CONVERTED depends on CODA_FS = n depends on CONFIGFS_FS = n depends on CRAMFS = n - depends on DEBUG_FS = n depends on ECRYPT_FS = n depends on EFS_FS = n depends on EXOFS_FS = n |