- Revert Nemiver change

- Set sudo as a corecmd so prelink will work, remove sudoedit mapping,
    since this will not work, it does not transition.
- Allow samba to execute useradd
This commit is contained in:
Daniel J Walsh 2007-02-23 15:35:01 +00:00
parent b0861172ab
commit cc1be2260f
4 changed files with 23 additions and 3 deletions

View File

@ -220,3 +220,6 @@ allow_mounton_anydir = true
#
allow_unlabeled_packets = true
# Allow samba to act as the domain controller
#
samba_domain_controller = false

View File

@ -222,3 +222,7 @@ user_ping = true
# Allow unlabeled packets to flow
#
allow_unlabeled_packets = true
# Allow samba to act as the domain controller
#
samba_domain_controller = false

View File

@ -233,3 +233,8 @@ allow_mounton_anydir = true
# Allow unlabeled packets to flow
#
allow_unlabeled_packets = true
# Allow samba to act as the domain controller
#
samba_domain_controller = false

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.5.4
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -214,8 +214,8 @@ cp -f ${RPM_SOURCE_DIR}/modules-strict.conf ./policy/modules.conf
%if %{BUILD_MLS}
# Build mls policy
%setupCmds mls strict-mls n y
%installCmds mls strict-mls n y
%setupCmds mls strict-mls y y
%installCmds mls strict-mls y y
%endif
%clean
@ -356,6 +356,14 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Wed Feb 21 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-2
- Revert Nemiver change
- Set sudo as a corecmd so prelink will work, remove sudoedit mapping, since this will not work, it does not transition.
- Allow samba to execute useradd
* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-1
- Upgrade to the latest from upstream
* Thu Feb 15 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-3
- Add sepolgen support
- Add bugzilla policy