From 6c234301597efd0e6dc6ac383eafdf171d2c4951 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 16 Aug 2025 14:40:17 -0400 Subject: add map_file_files macro to .file --- src/file.cil | 3 +++ 1 file changed, 3 insertions(+) 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)) -- cgit v1.2.3