Rearrange a few lines in portage.
This commit is contained in:
parent
204529101f
commit
f2a85d7d04
@ -12,10 +12,10 @@
|
||||
/usr/lib(64)?/portage/bin/regenworld -- gen_context(system_u:object_r:portage_exec_t,s0)
|
||||
/usr/lib(64)?/portage/bin/sandbox -- gen_context(system_u:object_r:portage_exec_t,s0)
|
||||
|
||||
/usr/portage/distfiles/svn-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
/usr/portage/distfiles/git-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
/usr/portage/distfiles/cvs-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
/usr/portage(/.*)? gen_context(system_u:object_r:portage_ebuild_t,s0)
|
||||
/usr/portage/distfiles/cvs-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
/usr/portage/distfiles/git-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
/usr/portage/distfiles/svn-src(/.*)? gen_context(system_u:object_r:portage_srcrepo_t,s0)
|
||||
|
||||
/var/db/pkg(/.*)? gen_context(system_u:object_r:portage_db_t,s0)
|
||||
/var/cache/edb(/.*)? gen_context(system_u:object_r:portage_cache_t,s0)
|
||||
|
@ -270,6 +270,10 @@ sysnet_dns_name_resolve(portage_fetch_t)
|
||||
userdom_use_user_terminals(portage_fetch_t)
|
||||
userdom_dontaudit_read_user_home_content_files(portage_fetch_t)
|
||||
|
||||
ifdef(`hide_broken_symptoms',`
|
||||
dontaudit portage_fetch_t portage_cache_t:file read;
|
||||
')
|
||||
|
||||
tunable_policy(`portage_use_nfs',`
|
||||
fs_getattr_nfs(portage_fetch_t)
|
||||
fs_manage_nfs_dirs(portage_fetch_t)
|
||||
@ -277,10 +281,6 @@ tunable_policy(`portage_use_nfs',`
|
||||
fs_manage_nfs_symlinks(portage_fetch_t)
|
||||
')
|
||||
|
||||
ifdef(`hide_broken_symptoms',`
|
||||
dontaudit portage_fetch_t portage_cache_t:file read;
|
||||
')
|
||||
|
||||
##########################################
|
||||
#
|
||||
# Portage sandbox domain
|
||||
|
Loading…
Reference in New Issue
Block a user