audit: Limit audit requests to processes in the initial pid and user namespaces.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 11 Sep 2012 06:20:20 +0000 (23:20 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 18 Sep 2012 00:38:42 +0000 (17:38 -0700)
This allows the code to safely make the assumption that all of the
uids gids and pids that need to be send in audit messages are in the
initial namespaces.

If someone cares we may lift this restriction someday but start with
limiting access so at least the code is always correct.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

No differences found