diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:40:17 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:43:22 -0400 |
commit | 6c234301597efd0e6dc6ac383eafdf171d2c4951 (patch) | |
tree | 212f78f7b3e4c8d95d357ceeb04749d3747c2170 | |
parent | 58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 (diff) | |
download | selinux-policy-6c234301597efd0e6dc6ac383eafdf171d2c4951.tar.gz |
add map_file_files macro to .file
-rw-r--r-- | src/file.cil | 3 |
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)) |