commit: 1c5e100deea50d51456ec8b55b3a84c11ef84e96 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 15:31:52 2023 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 15:34:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1c5e100d
portage: cleanup duplicated file contexts Some file contexts were upstreamed from Gentoo's policy. Remove these now duplicated lines. Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> policy/modules/admin/portage.fc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/policy/modules/admin/portage.fc b/policy/modules/admin/portage.fc index 4fc9c880a..a042aff8b 100644 --- a/policy/modules/admin/portage.fc +++ b/policy/modules/admin/portage.fc @@ -46,12 +46,3 @@ /var/tmp/emerge-webrsync(/.*)? gen_context(system_u:object_r:portage_tmp_t,s0) /var/tmp/portage(/.*)? gen_context(system_u:object_r:portage_tmp_t,s0) /var/tmp/portage-pkg(/.*)? gen_context(system_u:object_r:portage_tmp_t,s0) - -ifdef(`distro_gentoo',` -/usr/bin/emerge-webrsync -- gen_context(system_u:object_r:portage_fetch_exec_t,s0) -/usr/lib/python-exec/python[0-9]\.[0-9]*/glsa-check -- gen_context(system_u:object_r:portage_exec_t,s0) -/usr/lib/python-exec/python[0-9]\.[0-9]*/layman -- gen_context(system_u:object_r:portage_fetch_exec_t,s0) -/usr/lib/python-exec/python[0-9]\.[0-9]*/emaint -- gen_context(system_u:object_r:portage_exec_t,s0) -/usr/lib/python-exec/python[0-9]\.[0-9]*/emerge -- gen_context(system_u:object_r:portage_exec_t,s0) -/var/log/sandbox(/.*)? gen_context(system_u:object_r:portage_log_t,s0) -')
