]> Pileus Git - ~andy/linux/commit
audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE
authorEric Paris <eparis@redhat.com>
Fri, 24 May 2013 13:39:29 +0000 (09:39 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 5 Nov 2013 16:08:01 +0000 (11:08 -0500)
commit83fa6bbe4c4541ae748b550b4ec391f8a0acfe94
treeda0b4c3432448ac961c5372a94ad38512660314f
parentda0a610497ce193782c8df4a33fee7fce030cb99
audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE

After trying to use this feature in Fedora we found the hard coding
policy like this into the kernel was a bad idea.  Surprise surprise.
We ran into these problems because it was impossible to launch a
container as a logged in user and run a login daemon inside that container.
This reverts back to the old behavior before this option was added.  The
option will be re-added in a userspace selectable manor such that
userspace can choose when it is and when it is not appropriate.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
init/Kconfig
kernel/auditsc.c