support ecryptfs mount of Private (postlogin into su.pamd) - (#722323)
This commit is contained in:
parent
2947a97744
commit
65b57c538d
@ -5,8 +5,10 @@ auth sufficient pam_rootok.so
|
|||||||
# Uncomment the following line to require a user to be in the "wheel" group.
|
# Uncomment the following line to require a user to be in the "wheel" group.
|
||||||
#auth required pam_wheel.so use_uid
|
#auth required pam_wheel.so use_uid
|
||||||
auth include system-auth
|
auth include system-auth
|
||||||
|
auth include postlogin
|
||||||
account sufficient pam_succeed_if.so uid = 0 use_uid quiet
|
account sufficient pam_succeed_if.so uid = 0 use_uid quiet
|
||||||
account include system-auth
|
account include system-auth
|
||||||
password include system-auth
|
password include system-auth
|
||||||
session include system-auth
|
session include system-auth
|
||||||
|
session include postlogin
|
||||||
session optional pam_xauth.so
|
session optional pam_xauth.so
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.12
|
Version: 8.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -329,6 +329,10 @@ fi
|
|||||||
%{_libdir}/coreutils
|
%{_libdir}/coreutils
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-2
|
||||||
|
- support ecryptfs mount of Private (postlogin into su.pamd)
|
||||||
|
(#722323)
|
||||||
|
|
||||||
* Wed Apr 27 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-1
|
* Wed Apr 27 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-1
|
||||||
- new upstream release 8.12
|
- new upstream release 8.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user