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 14:20:05
Message-Id: 1493561863.972850f05cf3dfe43158185c181795144629114a.perfinion@gentoo
1 commit: 972850f05cf3dfe43158185c181795144629114a
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 14:17:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=972850f0
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 })