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: Mon, 03 Oct 2016 06:20:59
Message-Id: 1475474714.53fc0ccf1852accb94ea5e13e45ffd69224f4e2f.perfinion@gentoo
1 commit: 53fc0ccf1852accb94ea5e13e45ffd69224f4e2f
2 Author: Guido Trentalancia via refpolicy <refpolicy <AT> oss <DOT> tresys <DOT> com>
3 AuthorDate: Thu Sep 1 17:25:08 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 06:05:14 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=53fc0ccf
7
8 evolution: read SSL certificates
9
10 Update the evolution modules so that:
11
12 - it is able to read SSL certificates (e.g. for server authentication);
13 - it is able to read the random number generator device;
14 - it doesn't audit attempts to get the attributes of
15 extended attributes filesystems.
16
17 Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net>
18
19 policy/modules/contrib/evolution.te | 3 +++
20 1 file changed, 3 insertions(+)
21
22 diff --git a/policy/modules/contrib/evolution.te b/policy/modules/contrib/evolution.te
23 index c99e07c..28d619c 100644
24 --- a/policy/modules/contrib/evolution.te
25 +++ b/policy/modules/contrib/evolution.te
26 @@ -164,18 +164,21 @@ corenet_tcp_connect_ldap_port(evolution_t)
27 corenet_sendrecv_ipp_client_packets(evolution_t)
28 corenet_tcp_connect_ipp_port(evolution_t)
29
30 +dev_read_rand(evolution_t)
31 dev_read_urand(evolution_t)
32
33 domain_dontaudit_read_all_domains_state(evolution_t)
34
35 files_read_usr_files(evolution_t)
36
37 +fs_dontaudit_getattr_xattr_fs(evolution_t)
38 fs_search_auto_mountpoints(evolution_t)
39
40 auth_use_nsswitch(evolution_t)
41
42 logging_send_syslog_msg(evolution_t)
43
44 +miscfiles_read_generic_certs(evolution_t)
45 miscfiles_read_localization(evolution_t)
46
47 udev_read_state(evolution_t)