diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-25 04:25:35 -0700 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 03:13:05 -0700 |
commit | 91fa2ccaa87368314527ea7518c545063662d67f (patch) | |
tree | e3de87321060f6eb460cf50b3bf9e0651b7ffa09 /init | |
parent | b9b73f7c4d45d69289aa16620b04430068dd3941 (diff) | |
download | op-kernel-dev-91fa2ccaa87368314527ea7518c545063662d67f.zip op-kernel-dev-91fa2ccaa87368314527ea7518c545063662d67f.tar.gz |
userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 e7e0cc1..96007af 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -932,7 +932,6 @@ config UIDGID_CONVERTED depends on NET_9P = n # Filesystems - depends on DEVTMPFS = n depends on XENFS = n depends on 9P_FS = n |