aboutsummaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorSpiritCroc <spiritcroc@gmail.com>2018-03-01 12:22:16 +0100
committerArian <arian.kulmer@web.de>2019-10-25 22:16:12 +0200
commitc68e5c39c8a0a64b69b36c8e59810ae231ac9fec (patch)
tree6b484b922983dd8d3289bf8667e2fd37dd2e27ea /sepolicy
parent9da00512d5b02866f1925aaa589059307bff8df8 (diff)
shinano: sepolicy: move rw_dir_file definition to msm8974
Change-Id: Ife08e9c41024331ca190ff6612ae8be5764a4ceb
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/te_macros9
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;
-')
-
-