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/contrib/
Date: Sat, 30 Nov 2013 15:05:28
Message-Id: 1385823721.22977b4e2ffaa47081454bd94351cc6cd19daad6.swift@gentoo
1 commit: 22977b4e2ffaa47081454bd94351cc6cd19daad6
2 Author: Dan Walsh <dwalsh <AT> redhat <DOT> com>
3 AuthorDate: Mon Nov 18 16:49:41 2013 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 15:02:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=22977b4e
7
8 Allow postfix programs to getattr on all executables
9
10 ---
11 policy/modules/contrib/postfix.te | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/policy/modules/contrib/postfix.te b/policy/modules/contrib/postfix.te
15 index dd7259f..7f6687b 100644
16 --- a/policy/modules/contrib/postfix.te
17 +++ b/policy/modules/contrib/postfix.te
18 @@ -144,6 +144,7 @@ fs_rw_anon_inodefs_files(postfix_domain)
19 term_dontaudit_use_console(postfix_domain)
20
21 corecmd_exec_shell(postfix_domain)
22 +corecmd_getattr_all_executables(postfix_domain)
23
24 files_read_etc_runtime_files(postfix_domain)
25 files_read_usr_files(postfix_domain)