diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-23 11:17:01 +0200 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2023-08-23 11:17:01 +0200 |
commit | f136c1a5e5ce82f05e91038bcebc62037efda12b (patch) | |
tree | 933cd8696b2fd48ee16c7956e3c8a61b5a5916a9 /src/dev/stordev.cil | |
parent | 2a1090abe8d27d1d6a208acb13b8f198408583f6 (diff) | |
download | selinux-policy-f136c1a5e5ce82f05e91038bcebc62037efda12b.tar.gz |
Tree-wide: various fixes and clean-ups
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'src/dev/stordev.cil')
-rw-r--r-- | src/dev/stordev.cil | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dev/stordev.cil b/src/dev/stordev.cil index 8611ec6..f13d9f3 100644 --- a/src/dev/stordev.cil +++ b/src/dev/stordev.cil @@ -3,14 +3,14 @@ (block stordev + (macro mounton_all_chr_files ((type ARG1)) + (allow ARG1 typeattr mounton_chr_file)) + (macro type ((type ARG1)) (typeattributeset typeattr ARG1)) (typeattribute typeattr) - (macro mounton_all_chr_files ((type ARG1)) - (allow ARG1 typeattr mounton_chr_file)) - (blockinherit .file.all_macro_template_blk_files) (blockinherit .file.all_macro_template_chr_files) |