diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-25 18:24:12 -0600 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 03:13:24 -0700 |
commit | 8b94eea4bfb8df693c5b35d08b74f13cfb92f3de (patch) | |
tree | 908ffbf4f0bb117ca47346712dc0e57f6434cda1 /init | |
parent | cf9c93526f4517581a9e8f1c0d9093a4c7748ec6 (diff) | |
download | op-kernel-dev-8b94eea4bfb8df693c5b35d08b74f13cfb92f3de.zip op-kernel-dev-8b94eea4bfb8df693c5b35d08b74f13cfb92f3de.tar.gz |
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/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index 96ee3f3..570cd33 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 |