commit: d68f77b461f3f6ee359866ae11a79c0211a74ff4 Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Wed Oct 26 11:49:32 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Wed Oct 26 17:25:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d68f77b4
chromium: allow random Fails to start with: gcrypt-Message: no entropy gathering module detected policy/modules/contrib/chromium.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index 8764370..cd1e111 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -149,6 +149,7 @@ corenet_udp_bind_all_unreserved_ports(chromium_t) dev_read_sound(chromium_t) dev_write_sound(chromium_t) dev_read_urand(chromium_t) +dev_read_rand(chromium_t) domain_dontaudit_search_all_domains_state(chromium_t)
