- Update to upstream

This commit is contained in:
Daniel J Walsh 2007-11-10 14:14:41 +00:00
parent 36404444a8
commit 7330e86b90
6 changed files with 886 additions and 178 deletions

View File

@ -127,3 +127,4 @@ serefpolicy-3.0.6.tgz
serefpolicy-3.0.7.tgz serefpolicy-3.0.7.tgz
serefpolicy-3.0.8.tgz serefpolicy-3.0.8.tgz
serefpolicy-3.1.0.tgz serefpolicy-3.1.0.tgz
serefpolicy-3.1.1.tgz

View File

@ -1,6 +1,6 @@
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack. # Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
# #
allow_execmem = true allow_execmem = false
# Allow making a modified private filemapping executable (text relocation). # Allow making a modified private filemapping executable (text relocation).
# #
@ -8,7 +8,7 @@ allow_execmod = false
# Allow making the stack executable via mprotect.Also requires allow_execmem. # Allow making the stack executable via mprotect.Also requires allow_execmem.
# #
allow_execstack = true allow_execstack = false
# Allow ftpd to read cifs directories. # Allow ftpd to read cifs directories.
# #
@ -148,7 +148,7 @@ stunnel_is_daemon = false
# Support NFS home directories # Support NFS home directories
# #
use_nfs_home_dirs = false use_nfs_home_dirs = true
# Support SAMBA home directories # Support SAMBA home directories
# #

View File

@ -887,6 +887,13 @@ portmap = base
# #
postfix = base postfix = base
o# Layer: services
# Module: postgrey
#
# email scanner
#
postgrey = base
# Layer: services # Layer: services
# Module: ppp # Module: ppp
# #
@ -1499,6 +1506,13 @@ vmware = module
# #
guest = module guest = module
# Layer: users
# Module: xguest
#
# Minimally privs guest account on X Windows logins
#
xguest = module
# Layer: users # Layer: users
# Module: logadm # Module: logadm
# #

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
%define CHECKPOLICYVER 2.0.3-1 %define CHECKPOLICYVER 2.0.3-1
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.1.0 Version: 3.1.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
@ -179,7 +179,7 @@ Based off of reference policy: Checked out revision 2483.
# Build targeted policy # Build targeted policy
%{__rm} -fR %{buildroot} %{__rm} -fR %{buildroot}
mkdir -p %{buildroot}%{_mandir} mkdir -p %{buildroot}%{_mandir}
cp -R man %{buildroot}%{_mandir} cp -R man/* %{buildroot}%{_mandir}
mkdir -p %{buildroot}%{_sysconfdir}/selinux mkdir -p %{buildroot}%{_sysconfdir}/selinux
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
touch %{buildroot}%{_sysconfdir}/selinux/config touch %{buildroot}%{_sysconfdir}/selinux/config
@ -379,6 +379,9 @@ exit 0
%endif %endif
%changelog %changelog
* Sat Nov 10 2007 Dan Walsh <dwalsh@redhat.com> 3.1.1-1
- Update to upstream
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.1.0-1 * Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.1.0-1
- Update to upstream - Update to upstream

View File

@ -1 +1 @@
31bbdec681a061d2589003b5715f7755 serefpolicy-3.1.0.tgz 68f90a44c27dbe325fa27b88608da3b4 serefpolicy-3.1.1.tgz