diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-03-12 18:48:24 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-15 17:59:30 -0400 |
commit | b38a86eb196d9402299919456fe3f28e490c76fa (patch) | |
tree | 7e5527ceb26989c48342ab1660de117ccd159279 /init | |
parent | 14a590c3f987977d7b09ec926481ee0238c08eee (diff) |
userns: Convert the move_pages, and migrate_pages permission checks to use uid_eq
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index d24cc75caf65..b5dff4d1e1de 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -865,8 +865,6 @@ config UIDGID_CONVERTED | |||
865 | 865 | ||
866 | # List of kernel pieces that need user namespace work | 866 | # List of kernel pieces that need user namespace work |
867 | # Features | 867 | # Features |
868 | depends on MIGRATION = n | ||
869 | depends on NUMA = n | ||
870 | depends on SYSVIPC = n | 868 | depends on SYSVIPC = n |
871 | depends on IMA = n | 869 | depends on IMA = n |
872 | depends on EVM = n | 870 | depends on EVM = n |