diff --git a/coreutils-su.pamd b/coreutils-su.pamd index 85e67a8..1981f58 100644 --- a/coreutils-su.pamd +++ b/coreutils-su.pamd @@ -5,8 +5,10 @@ auth sufficient pam_rootok.so # Uncomment the following line to require a user to be in the "wheel" group. #auth required pam_wheel.so use_uid auth include system-auth +auth include postlogin account sufficient pam_succeed_if.so uid = 0 use_uid quiet account include system-auth password include system-auth session include system-auth +session include postlogin session optional pam_xauth.so diff --git a/coreutils.spec b/coreutils.spec index 729c149..2784cdc 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 8.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -329,6 +329,10 @@ fi %{_libdir}/coreutils %changelog +* Fri Jul 15 2011 Ondrej Vasik - 8.12-2 +- support ecryptfs mount of Private (postlogin into su.pamd) + (#722323) + * Wed Apr 27 2011 Ondrej Vasik - 8.12-1 - new upstream release 8.12