Minor fixes on a2524cf
. Module version bump.
This commit is contained in:
parent
aeb7a4e180
commit
27afb97c29
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(cobbler, 1.0.0)
|
||||
policy_module(cobbler, 1.0.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -69,11 +69,11 @@ corenet_tcp_sendrecv_generic_port(cobblerd_t)
|
||||
|
||||
dev_read_urand(cobblerd_t)
|
||||
|
||||
# read /etc/nsswitch.conf
|
||||
files_read_etc_files(cobblerd_t)
|
||||
files_read_usr_files(cobblerd_t)
|
||||
files_list_boot(cobblerd_t)
|
||||
files_list_tmp(cobblerd_t)
|
||||
# read /etc/nsswitch.conf
|
||||
files_read_etc_files(cobblerd_t)
|
||||
|
||||
miscfiles_read_localization(cobblerd_t)
|
||||
miscfiles_read_public_files(cobblerd_t)
|
||||
@ -86,10 +86,6 @@ tunable_policy(`cobbler_anon_write',`
|
||||
miscfiles_manage_public_files(cobblerd_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
apache_list_sys_content(cobblerd_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
bind_read_config(cobblerd_t)
|
||||
bind_write_config(cobblerd_t)
|
||||
|
Loading…
Reference in New Issue
Block a user