Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sun, 30 Apr 2017 09:32:47
Message-Id: 1493543572.1197ff93afecfb4c4a64b0daeca0b24b711f64d0.perfinion@gentoo
1 commit: 1197ff93afecfb4c4a64b0daeca0b24b711f64d0
2 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net>
3 AuthorDate: Thu Apr 13 23:25:46 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 09:12:52 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1197ff93
7
8 mozilla: add a permission
9
10 Update the mozilla module with a permission that firefox needs to
11 run (temporary lock file creation).
12
13 Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net>
14
15 policy/modules/contrib/mozilla.te | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te
19 index 611959a0..41bfeb97 100644
20 --- a/policy/modules/contrib/mozilla.te
21 +++ b/policy/modules/contrib/mozilla.te
22 @@ -103,6 +103,7 @@ userdom_user_home_dir_filetrans(mozilla_t, mozilla_home_t, dir, ".phoenix")
23 filetrans_pattern(mozilla_t, mozilla_home_t, mozilla_plugin_home_t, dir, "plugins")
24
25 manage_files_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t)
26 +manage_lnk_files_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t)
27 manage_dirs_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t)
28 files_tmp_filetrans(mozilla_t, mozilla_tmp_t, { file dir })