diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-26 02:22:35 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 12:13:24 +0200 |
commit | cf9c93526f4517581a9e8f1c0d9093a4c7748ec6 (patch) | |
tree | 9e9eba640d957fe83e081602f7c227480fb413b5 /init | |
parent | userns: Convert hostfs to use kuid and kgid where appropriate (diff) | |
download | linux-cf9c93526f4517581a9e8f1c0d9093a4c7748ec6.tar.xz linux-cf9c93526f4517581a9e8f1c0d9093a4c7748ec6.zip |
userns: Convert EVM to deal with kuids and kgids in it's hmac computation
Cc: Mimi Zohar <zohar@us.ibm.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 8450442da6cd..96ee3f32fe36 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -926,7 +926,6 @@ config UIDGID_CONVERTED # List of kernel pieces that need user namespace work # Features depends on IMA = n - depends on EVM = n # Networking depends on NET_9P = n |