trunk: Files and radvd updates from Stefan Schulze Frielinghaus.
This commit is contained in:
parent
1779bef032
commit
80d5e02c81
|
@ -1,3 +1,4 @@
|
|||
- Files and radvd updates from Stefan Schulze Frielinghaus.
|
||||
- Deprecate mls_file_write_down() and mls_file_read_up(), replaced with
|
||||
mls_write_all_levels() and mls_read_all_levels(), for consistency.
|
||||
- Add make kernel and init ranged interfaces pass the range transition MLS
|
||||
|
|
|
@ -249,3 +249,7 @@ HOME_ROOT/lost\+found/.* <<none>>
|
|||
/var/tmp/lost\+found -d gen_context(system_u:object_r:lost_found_t,mls_systemhigh)
|
||||
/var/tmp/lost\+found/.* <<none>>
|
||||
/var/tmp/vi\.recover -d gen_context(system_u:object_r:tmp_t,s0)
|
||||
|
||||
ifdef(`distro_debian',`
|
||||
/var/run/motd -- gen_context(system_u:object_r:etc_runtime_t,s0)
|
||||
')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(files,1.6.0)
|
||||
policy_module(files,1.6.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(radvd,1.4.0)
|
||||
policy_module(radvd,1.4.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -34,7 +34,7 @@ manage_files_pattern(radvd_t,radvd_var_run_t,radvd_var_run_t)
|
|||
files_pid_filetrans(radvd_t,radvd_var_run_t,file)
|
||||
|
||||
kernel_read_kernel_sysctls(radvd_t)
|
||||
kernel_read_net_sysctls(radvd_t)
|
||||
kernel_rw_net_sysctls(radvd_t)
|
||||
kernel_read_network_state(radvd_t)
|
||||
kernel_read_system_state(radvd_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue