diff options
Diffstat (limited to 'sepolicy/poad.te')
| -rw-r--r-- | sepolicy/poad.te | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sepolicy/poad.te b/sepolicy/poad.te new file mode 100644 index 0000000..baf899a --- /dev/null +++ b/sepolicy/poad.te @@ -0,0 +1,26 @@ +# ============================================== +# Policy File of /system/binpoad Executable File + + +# ============================================== +# Type Declaration +# ============================================== + +type poad_exec , exec_type, file_type; +type poad ,domain; + +# ============================================== +# Android Policy Rule +# ============================================== + +# ============================================== +# NSA Policy Rule +# ============================================== + +# ============================================== +# MTK Policy Rule +# ============================================== + + +init_daemon_domain(poad) + |
