Merge branch 'var_and_run' of git://github.com/cgzones/refpolicy
This commit is contained in:
commit
abe9e18f73
|
@ -155,11 +155,7 @@ HOME_ROOT/lost\+found/.* <<none>>
|
|||
#
|
||||
/run -d gen_context(system_u:object_r:var_run_t,s0-mls_systemhigh)
|
||||
/run -l gen_context(system_u:object_r:var_run_t,s0)
|
||||
/run/.* gen_context(system_u:object_r:var_run_t,s0)
|
||||
/run/.*\.*pid <<none>>
|
||||
|
||||
/run/lock -d gen_context(system_u:object_r:var_lock_t,s0)
|
||||
/run/lock -l gen_context(system_u:object_r:var_lock_t,s0)
|
||||
/run/.* <<none>>
|
||||
|
||||
#
|
||||
# /selinux
|
||||
|
@ -243,7 +239,10 @@ ifndef(`distro_redhat',`
|
|||
|
||||
/var/lib/nfs/rpc_pipefs(/.*)? <<none>>
|
||||
|
||||
/var/lock(/.*)? gen_context(system_u:object_r:var_lock_t,s0)
|
||||
/var/lock -d gen_context(system_u:object_r:var_lock_t,s0-mls_systemhigh)
|
||||
/var/lock -l gen_context(system_u:object_r:var_lock_t,s0)
|
||||
/var/lock/subsys -d gen_context(system_u:object_r:var_lock_t,s0-mls_systemhigh)
|
||||
/var/lock/.* <<none>>
|
||||
|
||||
/var/log/lost\+found -d gen_context(system_u:object_r:lost_found_t,mls_systemhigh)
|
||||
/var/log/lost\+found/.* <<none>>
|
||||
|
|
Loading…
Reference in New Issue