commit: 242ca25eaafd9b258c47523ea4b837f4425ef8db Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net> AuthorDate: Thu Apr 13 23:25:37 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Apr 30 09:12:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=242ca25e
mozilla: read hardware state information Update the mozilla module with a new permission (read sysfs). Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net> policy/modules/contrib/mozilla.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te index 85d6bda1..611959a0 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -161,6 +161,7 @@ corenet_tcp_connect_speech_port(mozilla_t) corenet_tcp_sendrecv_speech_port(mozilla_t) dev_getattr_sysfs_dirs(mozilla_t) +dev_read_sysfs(mozilla_t) dev_read_sound(mozilla_t) dev_read_rand(mozilla_t) dev_read_urand(mozilla_t)
