[coreutils/f16] fix support for ecryptfs mount of Private in su (#722323)

Ondrej Vasik ovasik at fedoraproject.org
Mon Nov 5 15:01:33 UTC 2012


commit f05262859ad4ddddb5dd68e657ee6ebccc3c84b3
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Mon Nov 5 15:29:05 2012 +0100

     fix support for ecryptfs mount of Private in su (#722323)

 coreutils-su.pamd |    2 +-
 coreutils.spec    |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/coreutils-su.pamd b/coreutils-su.pamd
index 1981f58..030657f 100644
--- a/coreutils-su.pamd
+++ b/coreutils-su.pamd
@@ -4,7 +4,7 @@ auth		sufficient	pam_rootok.so
 #auth		sufficient	pam_wheel.so trust use_uid
 # 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		substack	system-auth
 auth		include		postlogin
 account		sufficient	pam_succeed_if.so uid = 0 use_uid quiet
 account		include		system-auth
diff --git a/coreutils.spec b/coreutils.spec
index b8882a3..5c23927 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: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -340,6 +340,8 @@ fi
 %{_libdir}/coreutils
 
 %changelog
+* Mon Nov 05 2012 Ondrej Vasik <ovasik at redhat.com> - 8.12-8
+
 * Mon Mar 26 2012 Ondrej Vasik <ovasik at redhat.com> - 8.12-7
 - fix sort segfault with multibyte locales (by P.Brady)
 - fix showing ACLs in ls (#805398, caused by #692823 fix)


More information about the scm-commits mailing list