- Add perms for swat
This commit is contained in:
parent
6b97615edf
commit
d095a0e65b
@ -211,3 +211,7 @@ spamd_enable_home_dirs = false
|
||||
# Allow login domains to polyinstatiate directories
|
||||
#
|
||||
allow_polyinstantiation = true
|
||||
|
||||
# Allow mount command to mounton any directory
|
||||
#
|
||||
allow_mounton_anydir = true
|
||||
|
@ -226,3 +226,6 @@ allow_polyinstantiation = false
|
||||
#
|
||||
allow_daemons_dump_core = true
|
||||
|
||||
# Allow mount command to mounton any directory
|
||||
#
|
||||
allow_mounton_anydir = true
|
||||
|
@ -17,7 +17,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 2.4.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -353,6 +353,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 31 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-4
|
||||
- Add perms for swat
|
||||
|
||||
* Mon Oct 30 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-3
|
||||
- Allow daemons to dump core files to /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user