commit: 53fc0ccf1852accb94ea5e13e45ffd69224f4e2f Author: Guido Trentalancia via refpolicy <refpolicy <AT> oss <DOT> tresys <DOT> com> AuthorDate: Thu Sep 1 17:25:08 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Mon Oct 3 06:05:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=53fc0ccf
evolution: read SSL certificates Update the evolution modules so that: - it is able to read SSL certificates (e.g. for server authentication); - it is able to read the random number generator device; - it doesn't audit attempts to get the attributes of extended attributes filesystems. Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net> policy/modules/contrib/evolution.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/evolution.te b/policy/modules/contrib/evolution.te index c99e07c..28d619c 100644 --- a/policy/modules/contrib/evolution.te +++ b/policy/modules/contrib/evolution.te @@ -164,18 +164,21 @@ corenet_tcp_connect_ldap_port(evolution_t) corenet_sendrecv_ipp_client_packets(evolution_t) corenet_tcp_connect_ipp_port(evolution_t) +dev_read_rand(evolution_t) dev_read_urand(evolution_t) domain_dontaudit_read_all_domains_state(evolution_t) files_read_usr_files(evolution_t) +fs_dontaudit_getattr_xattr_fs(evolution_t) fs_search_auto_mountpoints(evolution_t) auth_use_nsswitch(evolution_t) logging_send_syslog_msg(evolution_t) +miscfiles_read_generic_certs(evolution_t) miscfiles_read_localization(evolution_t) udev_read_state(evolution_t)
