diff options
| -rw-r--r-- | sepolicy/qti/public/te_macros | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sepolicy/qti/public/te_macros b/sepolicy/qti/public/te_macros index 2361dee..600b5bb 100644 --- a/sepolicy/qti/public/te_macros +++ b/sepolicy/qti/public/te_macros @@ -6,21 +6,3 @@ attribute vendor_hal_$1; attribute vendor_hal_$1_client; attribute vendor_hal_$1_server; ') - -##################################### -# rw_dir_file(domain, type) -# Allow the specified domain to read directories and rw files -# and symbolic links of the specified type. -define(`rw_dir_file', ` -allow $1 $2:dir r_dir_perms; -allow $1 $2:{ file lnk_file } rw_file_perms; -') - -##################################### -# create_dir_file(domain, type) -# Allow the specified domain to read directories and create files -# and symbolic links of the specified type. -define(`create_dir_file', ` -allow $1 $2:dir r_dir_perms; -allow $1 $2:{ file lnk_file } create_file_perms; -') |
