public inbox for gentoo-hardened@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-hardened] [PATCH 1/4] portage: Dontaudit setattr in portage_dontaudit_write_cache
@ 2015-10-15 10:44 Luis Ressel
  2015-10-15 10:44 ` [gentoo-hardened] [PATCH 2/4] portage: Fix the gen_require of the portage_compile_domain interface Luis Ressel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luis Ressel @ 2015-10-15 10:44 UTC (permalink / raw
  To: gentoo-hardened

---
 policy/modules/contrib/portage.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/portage.if b/policy/modules/contrib/portage.if
index 640a63b..c98a763 100644
--- a/policy/modules/contrib/portage.if
+++ b/policy/modules/contrib/portage.if
@@ -511,6 +511,6 @@ interface(`portage_dontaudit_write_cache',`
 		type portage_cache_t;
 	')
 
-	dontaudit $1 portage_cache_t:dir { write };
+	dontaudit $1 portage_cache_t:dir { setattr write };
 ')
 
-- 
2.6.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-17 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 10:44 [gentoo-hardened] [PATCH 1/4] portage: Dontaudit setattr in portage_dontaudit_write_cache Luis Ressel
2015-10-15 10:44 ` [gentoo-hardened] [PATCH 2/4] portage: Fix the gen_require of the portage_compile_domain interface Luis Ressel
2015-10-15 10:44 ` [gentoo-hardened] [PATCH 3/4] portage: New read-only interfaces for srcrepo and logs Luis Ressel
2015-10-15 10:44 ` [gentoo-hardened] [PATCH 4/4] portage: Add new interfaces to portage_ro_role Luis Ressel
2015-10-17 17:03 ` [gentoo-hardened] [PATCH 1/4] portage: Dontaudit setattr in portage_dontaudit_write_cache Jason Zaman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox