summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman2012-05-26 02:24:12 +0200
committerEric W. Biederman2012-09-21 12:13:24 +0200
commit8b94eea4bfb8df693c5b35d08b74f13cfb92f3de (patch)
tree908ffbf4f0bb117ca47346712dc0e57f6434cda1 /init
parentuserns: Convert EVM to deal with kuids and kgids in it's hmac computation (diff)
downloadkernel-qcow2-linux-8b94eea4bfb8df693c5b35d08b74f13cfb92f3de.tar.gz
kernel-qcow2-linux-8b94eea4bfb8df693c5b35d08b74f13cfb92f3de.tar.xz
kernel-qcow2-linux-8b94eea4bfb8df693c5b35d08b74f13cfb92f3de.zip
userns: Add user namespace support to IMA
Use kuid's in the IMA rules. When reporting the current uid in audit logs use from_kuid to get a usable value. 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/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 96ee3f32fe36..570cd337e961 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -923,10 +923,6 @@ config UIDGID_CONVERTED
bool
default y
- # List of kernel pieces that need user namespace work
- # Features
- depends on IMA = n
-
# Networking
depends on NET_9P = n