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/support/
Date: Tue, 11 Sep 2018 09:06:48
Message-Id: 1536462466.2a89f0a91914d83df4abbc7e1f344af80e4b3c19.perfinion@gentoo
1 commit: 2a89f0a91914d83df4abbc7e1f344af80e4b3c19
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Thu Jul 19 23:49:21 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 03:07:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2a89f0a9
7
8 misc_patterns.spt: Remove unnecessary brackets.
9
10 policy/support/misc_patterns.spt | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/policy/support/misc_patterns.spt b/policy/support/misc_patterns.spt
14 index 2cfa0313..0b48cc42 100644
15 --- a/policy/support/misc_patterns.spt
16 +++ b/policy/support/misc_patterns.spt
17 @@ -7,7 +7,7 @@
18 # 3. target domain
19 #
20 define(`domain_transition_pattern',`
21 - allow $1 $2:file { mmap_exec_file_perms };
22 + allow $1 $2:file mmap_exec_file_perms;
23 allow $1 $3:process transition;
24 dontaudit $1 $3:process { noatsecure siginh rlimitinh };
25 ')