diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-08 01:22:56 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-15 23:59:26 +0200 |
commit | f04c6ce2cfaff4b982a6c8ad37e07c14379c111c (patch) | |
tree | f942286f4d8af718236b73f91cc053e92c424266 /init | |
parent | userns: Convert binary formats to use kuid/kgid where appropriate (diff) | |
download | linux-f04c6ce2cfaff4b982a6c8ad37e07c14379c111c.tar.xz linux-f04c6ce2cfaff4b982a6c8ad37e07c14379c111c.zip |
userns: Convert devpts to use kuid/kgid where appropriate
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 994a53ec1d8a..2738a7c47936 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -865,7 +865,6 @@ config UIDGID_CONVERTED # List of kernel pieces that need user namespace work # Features - depends on UNIX98_PTYS = n depends on CGROUPS = n depends on MIGRATION = n depends on NUMA = n |