diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-08 01:48:16 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-07 04:37:10 +0200 |
commit | 9582d90196aa879e6acf866f02a1adead08707b5 (patch) | |
tree | aca09890296a7f51c6da530841388d392cb01d90 /init/Kconfig | |
parent | userns: Convert debugfs to use kuid/kgid where appropriate. (diff) | |
download | linux-9582d90196aa879e6acf866f02a1adead08707b5.tar.xz linux-9582d90196aa879e6acf866f02a1adead08707b5.zip |
userns: Convert process event connector to handle kuids and kgids
- Only allow asking for events from the initial user and pid namespace,
where we generate the events in.
- Convert kuids and kgids into the initial user namespace to report
them via the process event connector.
Cc: David Miller <davem@davemloft.net>
Acked-by: Evgeniy Polyakov <zbr@ioremap.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 071dbb4928ef..7d4422c92cca 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -938,7 +938,6 @@ config UIDGID_CONVERTED depends on QUOTACTL = n depends on BSD_PROCESS_ACCT = n depends on DRM = n - depends on PROC_EVENTS = n # Networking depends on NET_9P = n |