]> git.baikalelectronics.ru Git - kernel.git/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)
commitd73102d9a485d201bb14f006b4dd397602eafc08
treeda0b4c3432448ac961c5372a94ad38512660314f
parentc5bbd6b4ea5d15bdefa6d504079b271f4614500b
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