- Fix up handling of dnsmasq_t creating /var/run/libvirt/network
- Turn on sshd_forward_ports boolean by default - Allow sysadmin to dbus chat with rpm - Add interface for rw_tpm_dev - Allow cron to execute bin - fsadm needs to write sysfs - Dontaudit consoletype reading /var/run/pm-utils - Lots of new privs fro mozilla_plugin_t running java app, make mozilla_plugin - certmonger needs to manage dirsrv data - /var/run/pm-utils should be labeled as devicekit_var_run_t
This commit is contained in:
parent
ed3fce34a6
commit
5bcd7aa5b3
@ -275,3 +275,7 @@ nscd_use_shm = true
|
|||||||
# Allow fenced domain to connect to the network using TCP.
|
# Allow fenced domain to connect to the network using TCP.
|
||||||
#
|
#
|
||||||
fenced_can_network_connect=false
|
fenced_can_network_connect=false
|
||||||
|
|
||||||
|
## allow sshd to forward port connections
|
||||||
|
#
|
||||||
|
sshd_forward_ports=true
|
||||||
|
530
policy-F15.patch
530
policy-F15.patch
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.9.10
|
Version: 3.9.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -471,6 +471,18 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.9-4
|
||||||
|
- Fix up handling of dnsmasq_t creating /var/run/libvirt/network
|
||||||
|
- Turn on sshd_forward_ports boolean by default
|
||||||
|
- Allow sysadmin to dbus chat with rpm
|
||||||
|
- Add interface for rw_tpm_dev
|
||||||
|
- Allow cron to execute bin
|
||||||
|
- fsadm needs to write sysfs
|
||||||
|
- Dontaudit consoletype reading /var/run/pm-utils
|
||||||
|
- Lots of new privs fro mozilla_plugin_t running java app, make mozilla_plugin
|
||||||
|
- certmonger needs to manage dirsrv data
|
||||||
|
- /var/run/pm-utils should be labeled as devicekit_var_run_t
|
||||||
|
|
||||||
* Tue Nov 30 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-3
|
* Tue Nov 30 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-3
|
||||||
- fixes to allow /var/run and /var/lock as tmpfs
|
- fixes to allow /var/run and /var/lock as tmpfs
|
||||||
- Allow chrome sandbox to connect to web ports
|
- Allow chrome sandbox to connect to web ports
|
||||||
|
Loading…
Reference in New Issue
Block a user