aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-05-25 20:24:12 -0400
committerEric W. Biederman <ebiederm@xmission.com>2012-09-21 06:13:24 -0400
commit8b94eea4bfb8df693c5b35d08b74f13cfb92f3de (patch)
tree908ffbf4f0bb117ca47346712dc0e57f6434cda1 /init
parentcf9c93526f4517581a9e8f1c0d9093a4c7748ec6 (diff)
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
923 bool 923 bool
924 default y 924 default y
925 925
926 # List of kernel pieces that need user namespace work
927 # Features
928 depends on IMA = n
929
930 # Networking 926 # Networking
931 depends on NET_9P = n 927 depends on NET_9P = n
932 928