diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 16:48:55 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-14 21:55:31 -0700 |
commit | 0625c883bc4b3eba6f93f268cf67b5664244c0fe (patch) | |
tree | b2fa3da08149f0f6bc7a24e6b380eb173420a372 /init | |
parent | 1efa29cd414c68725e774d52b248c82d9be44767 (diff) | |
download | linux-stable-0625c883bc4b3eba6f93f268cf67b5664244c0fe.tar.gz linux-stable-0625c883bc4b3eba6f93f268cf67b5664244c0fe.tar.bz2 linux-stable-0625c883bc4b3eba6f93f268cf67b5664244c0fe.zip |
userns: Convert tun/tap to use kuid and kgid where appropriate
Cc: Maxim Krasnyansky <maxk@qualcomm.com>
Acked-by: David S. Miller <davem@davemloft.net>
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 eac23a6fa236..b445d6f49bcf 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1003,7 +1003,6 @@ config UIDGID_CONVERTED depends on !UML || HOSTFS = n # The rare drivers that won't build - depends on TUN = n depends on INFINIBAND_QIB = n depends on BLK_DEV_LOOP = n depends on ANDROID_BINDER_IPC = n |