commit: aec1d2a8145335f43aa482f9127a11febf45091c Author: Luis Ressel <aranea <AT> aixah <DOT> de> AuthorDate: Wed Jun 7 16:00:05 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 08:03:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=aec1d2a8
mozilla: Add fc for the files used by the firefox addon "vimperator" vimperator uses both ~/.vimperatorrc and ~/.vimperator/. policy/modules/contrib/mozilla.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/mozilla.fc b/policy/modules/contrib/mozilla.fc index ef317668..867ba3e8 100644 --- a/policy/modules/contrib/mozilla.fc +++ b/policy/modules/contrib/mozilla.fc @@ -4,6 +4,7 @@ HOME_DIR/\.mozilla(/.*)? gen_context(system_u:object_r:mozilla_home_t,s0) HOME_DIR/\.mozilla/plugins(/.*)? gen_context(system_u:object_r:mozilla_plugin_home_t,s0) HOME_DIR/\.netscape(/.*)? gen_context(system_u:object_r:mozilla_home_t,s0) HOME_DIR/\.phoenix(/.*)? gen_context(system_u:object_r:mozilla_home_t,s0) +HOME_DIR/\.vimperator.* gen_context(system_u:object_r:mozilla_home_t,s0) /usr/bin/epiphany -- gen_context(system_u:object_r:mozilla_exec_t,s0) /usr/bin/epiphany-bin -- gen_context(system_u:object_r:mozilla_exec_t,s0)
