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.242ca25eaafd9b258c47523ea4b837f4425ef8db.perfinion@gentoo
1 commit: 242ca25eaafd9b258c47523ea4b837f4425ef8db
2 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net>
3 AuthorDate: Thu Apr 13 23:25:37 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=242ca25e
7
8 mozilla: read hardware state information
9
10 Update the mozilla module with a new permission (read sysfs).
11
12 Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net>
13
14 policy/modules/contrib/mozilla.te | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te
18 index 85d6bda1..611959a0 100644
19 --- a/policy/modules/contrib/mozilla.te
20 +++ b/policy/modules/contrib/mozilla.te
21 @@ -161,6 +161,7 @@ corenet_tcp_connect_speech_port(mozilla_t)
22 corenet_tcp_sendrecv_speech_port(mozilla_t)
23
24 dev_getattr_sysfs_dirs(mozilla_t)
25 +dev_read_sysfs(mozilla_t)
26 dev_read_sound(mozilla_t)
27 dev_read_rand(mozilla_t)
28 dev_read_urand(mozilla_t)