diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-08 01:48:55 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-15 06:55:31 +0200 |
commit | 0625c883bc4b3eba6f93f268cf67b5664244c0fe (patch) | |
tree | b2fa3da08149f0f6bc7a24e6b380eb173420a372 /init/Kconfig | |
parent | userns: Make the airo wireless driver use kuids for proc uids and gids (diff) | |
download | linux-0625c883bc4b3eba6f93f268cf67b5664244c0fe.tar.xz linux-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 '')
-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 |