diff options
author | 2018-07-19 19:49:21 -0400 | |
---|---|---|
committer | 2018-09-09 11:07:46 +0800 | |
commit | 2a89f0a91914d83df4abbc7e1f344af80e4b3c19 (patch) | |
tree | 8e692803bf5766f6ed0d48a55bd25b0ba50d8cff /policy/support | |
parent | Improve domain_transition_pattern to allow mmap entrypoint bin file. (diff) | |
download | hardened-refpolicy-2a89f0a91914d83df4abbc7e1f344af80e4b3c19.tar.gz hardened-refpolicy-2a89f0a91914d83df4abbc7e1f344af80e4b3c19.tar.bz2 hardened-refpolicy-2a89f0a91914d83df4abbc7e1f344af80e4b3c19.zip |
misc_patterns.spt: Remove unnecessary brackets.
Diffstat (limited to 'policy/support')
-rw-r--r-- | policy/support/misc_patterns.spt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/support/misc_patterns.spt b/policy/support/misc_patterns.spt index 2cfa0313..0b48cc42 100644 --- a/policy/support/misc_patterns.spt +++ b/policy/support/misc_patterns.spt @@ -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 }; ') |