summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman2012-02-08 01:47:26 +0100
committerEric W. Biederman2012-09-13 23:32:24 +0200
commit5fce5e0bbd44263c36f58ad1113b599d06ed1978 (patch)
tree1864cb5740d44f1e16d373e69fca5eb54e449213 /init
parentuserns: Convert ipc to use kuid and kgid where appropriate (diff)
downloadkernel-qcow2-linux-5fce5e0bbd44263c36f58ad1113b599d06ed1978.tar.gz
kernel-qcow2-linux-5fce5e0bbd44263c36f58ad1113b599d06ed1978.tar.xz
kernel-qcow2-linux-5fce5e0bbd44263c36f58ad1113b599d06ed1978.zip
userns: Convert drm to use kuid and kgid and struct pid where appropriate
Blink Blink this had not been converted to use struct pid ages ago? - On drm open capture the openers kuid and struct pid. - On drm close release the kuid and struct pid - When reporting the uid and pid convert the kuid and struct pid into values in the appropriate namespace. Cc: dri-devel@lists.freedesktop.org Acked-by: Dave Airlie <airlied@redhat.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/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d09738dee238..6db6e751c5f3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -936,7 +936,6 @@ config UIDGID_CONVERTED
depends on QUOTA = n
depends on QUOTACTL = n
depends on BSD_PROCESS_ACCT = n
- depends on DRM = n
# Networking
depends on NET_9P = n