Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/
Date: Tue, 25 Mar 2014 19:47:27
Message-Id: 1395776421.67a1eb781526f979335c4eb54184d66c9bc2b060.swift@gentoo
1 commit: 67a1eb781526f979335c4eb54184d66c9bc2b060
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Tue Mar 25 19:40:21 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 25 19:40:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=67a1eb78
7
8 Dontaudit to hide large set of denials that show no other signs (no logging or functional reduction)
9
10 ---
11 policy/modules/admin/sudo.if | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 diff --git a/policy/modules/admin/sudo.if b/policy/modules/admin/sudo.if
15 index 0960199..4bb2245 100644
16 --- a/policy/modules/admin/sudo.if
17 +++ b/policy/modules/admin/sudo.if
18 @@ -159,6 +159,11 @@ template(`sudo_role_template',`
19 fprintd_dbus_chat($1_sudo_t)
20 ')
21
22 + ifdef(`distro_gentoo',`
23 + # Massive amount of getattr denials but no mention in logs or functional issues, so dontaudit it
24 + term_dontaudit_getattr_unallocated_ttys($1_sudo_t)
25 + ')
26 +
27 ')
28
29 ########################################