misc_patterns.spt: Remove unnecessary brackets.

This commit is contained in:
Chris PeBenito 2018-07-19 19:49:21 -04:00
parent a7edcc9f2b
commit 9285d9f450
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# 3. target domain
#
define(`domain_transition_pattern',`
allow $1 $2:file { mmap_exec_file_perms };
allow $1 $2:file mmap_exec_file_perms;
allow $1 $3:process transition;
dontaudit $1 $3:process { noatsecure siginh rlimitinh };
')