diff options
author | SpiritCroc <spiritcroc@gmail.com> | 2018-03-01 12:22:16 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:12 +0200 |
commit | c68e5c39c8a0a64b69b36c8e59810ae231ac9fec (patch) | |
tree | 6b484b922983dd8d3289bf8667e2fd37dd2e27ea | |
parent | 9da00512d5b02866f1925aaa589059307bff8df8 (diff) |
shinano: sepolicy: move rw_dir_file definition to msm8974
Change-Id: Ife08e9c41024331ca190ff6612ae8be5764a4ceb
-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; -') - - |