From: Eric Paris Date: Fri, 24 May 2013 13:39:29 +0000 (-0400) Subject: audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE X-Git-Tag: v3.13-rc1~19^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83fa6bbe4c4541ae748b550b4ec391f8a0acfe94;p=pandora-kernel.git 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 Signed-off-by: Richard Guy Briggs Signed-off-by: Eric Paris --- Reading git-diff-tree failed