- Add xdm_var_run_t to xserver_stream_connect_xdm
- Add cmorrord and mpd policy from Miroslav Grepl
This commit is contained in:
parent
e51284403f
commit
bca242c772
@ -249,7 +249,7 @@ allow_nsplugin_execmem=true
|
|||||||
|
|
||||||
# Allow unconfined domain to transition to confined domain
|
# Allow unconfined domain to transition to confined domain
|
||||||
#
|
#
|
||||||
allow_unconfined_nsplugin_transition=false
|
allow_unconfined_nsplugin_transition=true
|
||||||
|
|
||||||
# System uses init upstart program
|
# System uses init upstart program
|
||||||
#
|
#
|
||||||
|
@ -1024,6 +1024,13 @@ nsplugin = module
|
|||||||
#
|
#
|
||||||
modemmanager = module
|
modemmanager = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: mpd
|
||||||
|
#
|
||||||
|
# mpd - daemon for playing music
|
||||||
|
#
|
||||||
|
mpd = module
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: mplayer
|
# Module: mplayer
|
||||||
#
|
#
|
||||||
@ -1344,6 +1351,13 @@ rgmanager = module
|
|||||||
#
|
#
|
||||||
clogd = module
|
clogd = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: cmirrord
|
||||||
|
#
|
||||||
|
# cmirrord - daemon providing device-mapper-base mirrors in a shared-storege cluster
|
||||||
|
#
|
||||||
|
cmirrord = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rhgb
|
# Module: rhgb
|
||||||
#
|
#
|
||||||
|
@ -2041,6 +2041,13 @@ rgmanager = module
|
|||||||
#
|
#
|
||||||
clogd = module
|
clogd = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: cmirrord
|
||||||
|
#
|
||||||
|
# cmirrord - daemon providing device-mapper-base mirrors in a shared-storege cluster
|
||||||
|
#
|
||||||
|
cmirrord = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: ricci
|
# Module: ricci
|
||||||
#
|
#
|
||||||
|
@ -1024,6 +1024,13 @@ nsplugin = module
|
|||||||
#
|
#
|
||||||
modemmanager = module
|
modemmanager = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: mpd
|
||||||
|
#
|
||||||
|
# mpd - daemon for playing music
|
||||||
|
#
|
||||||
|
mpd = module
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: mplayer
|
# Module: mplayer
|
||||||
#
|
#
|
||||||
@ -1344,6 +1351,13 @@ rgmanager = module
|
|||||||
#
|
#
|
||||||
clogd = module
|
clogd = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: cmirrord
|
||||||
|
#
|
||||||
|
# cmirrord - daemon providing device-mapper-base mirrors in a shared-storege cluster
|
||||||
|
#
|
||||||
|
cmirrord = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rhgb
|
# Module: rhgb
|
||||||
#
|
#
|
||||||
|
767
policy-F14.patch
767
policy-F14.patch
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -469,7 +469,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 1 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-4
|
* Wed Jun 2 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-5
|
||||||
|
- Add xdm_var_run_t to xserver_stream_connect_xdm
|
||||||
|
- Add cmorrord and mpd policy from Miroslav Grepl
|
||||||
|
|
||||||
|
* Tue Jun 1 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-4
|
||||||
- Fix sshd creation of krb cc files for users to be user_tmp_t
|
- Fix sshd creation of krb cc files for users to be user_tmp_t
|
||||||
|
|
||||||
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-3
|
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-3
|
||||||
|
Loading…
Reference in New Issue
Block a user