summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-16 14:40:17 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-16 14:43:22 -0400
commit6c234301597efd0e6dc6ac383eafdf171d2c4951 (patch)
tree212f78f7b3e4c8d95d357ceeb04749d3747c2170
parent58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 (diff)
downloadselinux-policy-6c234301597efd0e6dc6ac383eafdf171d2c4951.tar.gz
add map_file_files macro to .file
-rw-r--r--src/file.cil3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/file.cil b/src/file.cil
index 83a4b47..c007396 100644
--- a/src/file.cil
+++ b/src/file.cil
@@ -706,6 +706,9 @@
(macro mapexecute_file_files ((type ARG1))
(allow ARG1 file mapexecute_file))
+ (macro map_file_files ((type ARG1))
+ (allow ARG1 file (file (map))))
+
(macro mounton_file_files ((type ARG1))
(allow ARG1 file mounton_file))