misc_patterns.spt: Remove unnecessary brackets.
This commit is contained in:
parent
a7edcc9f2b
commit
9285d9f450
|
@ -7,7 +7,7 @@
|
||||||
# 3. target domain
|
# 3. target domain
|
||||||
#
|
#
|
||||||
define(`domain_transition_pattern',`
|
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;
|
allow $1 $3:process transition;
|
||||||
dontaudit $1 $3:process { noatsecure siginh rlimitinh };
|
dontaudit $1 $3:process { noatsecure siginh rlimitinh };
|
||||||
')
|
')
|
||||||
|
|
Loading…
Reference in New Issue