trunk: 3 more cherry picked Fedora fixes from David Hrdeman.
This commit is contained in:
parent
dc1920b218
commit
556556cdd0
@ -12,6 +12,10 @@ ifdef(`distro_gentoo',`
|
||||
/etc/localtime -- gen_context(system_u:object_r:locale_t,s0)
|
||||
/etc/pki(/.*)? gen_context(system_u:object_r:cert_t,s0)
|
||||
|
||||
ifdef(`distro_redhat',`
|
||||
/etc/sysconfig/clock -- gen_context(system_u:object_r:locale_t,s0)
|
||||
')
|
||||
|
||||
#
|
||||
# /opt
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(miscfiles,1.5.0)
|
||||
policy_module(miscfiles,1.5.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(netlabel,1.1.0)
|
||||
policy_module(netlabel,1.1.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -9,6 +9,7 @@ policy_module(netlabel,1.1.0)
|
||||
type netlabel_mgmt_t;
|
||||
type netlabel_mgmt_exec_t;
|
||||
application_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t)
|
||||
role system_r types netlabel_mgmt_t;
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(raid, 1.6.0)
|
||||
policy_module(raid, 1.6.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -86,3 +86,7 @@ optional_policy(`
|
||||
optional_policy(`
|
||||
udev_read_db(mdadm_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
unconfined_domain(mdadm_t)
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user