diff options
Diffstat (limited to 'sepolicy/te_macros')
-rw-r--r-- | sepolicy/te_macros | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sepolicy/te_macros b/sepolicy/te_macros deleted file mode 100644 index 136d928..0000000 --- a/sepolicy/te_macros +++ /dev/null @@ -1,9 +0,0 @@ -# rw_dir_file(domain, type) -# Allow the specified domain to read and write directories, files -# and symbolic links of the specified type. -define(`rw_dir_file', ` -allow $1 $2:dir rw_dir_perms; -allow $1 $2:{ file lnk_file } rw_file_perms; -') - - |