Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 28 Nov 2012 20:23:29
Message-Id: 1354134026.1b056604d6cab15b6b955817c4d9a625d5a9fe1a.SwifT@gentoo
1 commit: 1b056604d6cab15b6b955817c4d9a625d5a9fe1a
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 28 16:57:49 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 28 20:20:26 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1b056604
7
8 Changes to the mozilla policy module
9
10 Plugins read /dev/hpet
11 Plugins read hugebtlfs ( commented out for now)
12
13 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
14
15 ---
16 policy/modules/contrib/mozilla.te | 4 +++-
17 1 files changed, 3 insertions(+), 1 deletions(-)
18
19 diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te
20 index 1371d4f..9ec7e4e 100644
21 --- a/policy/modules/contrib/mozilla.te
22 +++ b/policy/modules/contrib/mozilla.te
23 @@ -1,4 +1,4 @@
24 -policy_module(mozilla, 2.7.2)
25 +policy_module(mozilla, 2.7.3)
26
27 ########################################
28 #
29 @@ -499,6 +499,7 @@ corenet_tcp_sendrecv_vnc_port(mozilla_plugin_t)
30
31 dev_read_generic_usb_dev(mozilla_plugin_t)
32 dev_read_rand(mozilla_plugin_t)
33 +dev_read_realtime_clock(mozilla_plugin_t)
34 dev_read_sound(mozilla_plugin_t)
35 dev_read_sysfs(mozilla_plugin_t)
36 dev_read_urand(mozilla_plugin_t)
37 @@ -521,6 +522,7 @@ files_read_config_files(mozilla_plugin_t)
38 files_read_usr_files(mozilla_plugin_t)
39
40 fs_getattr_all_fs(mozilla_plugin_t)
41 +# fs_read_hugetlbfs_files(mozilla_plugin_t)
42 fs_search_auto_mountpoints(mozilla_plugin_t)
43
44 term_getattr_all_ttys(mozilla_plugin_t)