* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
- Fix run_init.pamd and spec file
This commit is contained in:
parent
f30e7552f6
commit
b3429efbea
@ -1,6 +1,19 @@
|
|||||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/newrole/newrole.pamd policycoreutils-1.27.5/newrole/newrole.pamd
|
--- policycoreutils-1.27.7/newrole/newrole.pamd.rhat 2005-10-12 15:25:48.000000000 -0400
|
||||||
--- nsapolicycoreutils/newrole/newrole.pamd 2005-09-12 16:33:29.000000000 -0400
|
+++ policycoreutils-1.27.7/newrole/newrole.pamd 2005-10-13 13:41:50.000000000 -0400
|
||||||
+++ policycoreutils-1.27.5/newrole/newrole.pamd 2005-10-07 10:03:34.000000000 -0400
|
@@ -1,6 +1,6 @@
|
||||||
|
#%PAM-1.0
|
||||||
|
-auth required /lib/security/$ISA/pam_stack.so service=system-auth
|
||||||
|
-account required /lib/security/$ISA/pam_stack.so service=system-auth
|
||||||
|
-password required /lib/security/$ISA/pam_stack.so service=system-auth
|
||||||
|
-session required /lib/security/$ISA/pam_stack.so service=system-auth
|
||||||
|
-session optional /lib/security/$ISA/pam_xauth.so
|
||||||
|
+auth include system-auth
|
||||||
|
+account include system-auth
|
||||||
|
+password include system-auth
|
||||||
|
+session include system-auth
|
||||||
|
+session optional pam_xauth.so
|
||||||
|
--- policycoreutils-1.27.7/run_init/run_init.pamd.rhat 2005-10-13 13:44:20.000000000 -0400
|
||||||
|
+++ policycoreutils-1.27.7/run_init/run_init.pamd 2005-10-13 13:45:25.000000000 -0400
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
-auth required /lib/security/$ISA/pam_stack.so service=system-auth
|
-auth required /lib/security/$ISA/pam_stack.so service=system-auth
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.27.7
|
Version: 1.27.7
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -35,7 +35,7 @@ context.
|
|||||||
p
|
p
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
patch -p1 -b .rhat
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||||
@ -88,6 +88,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
|
||||||
|
- Fix run_init.pamd and spec file
|
||||||
|
|
||||||
* Wed Oct 12 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
|
* Wed Oct 12 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
|
||||||
- Update to match NSA
|
- Update to match NSA
|
||||||
* Updated semodule_link and semodule_expand to use shared libsepol.
|
* Updated semodule_link and semodule_expand to use shared libsepol.
|
||||||
|
Loading…
Reference in New Issue
Block a user