diff options
Diffstat (limited to 'sepolicy/matv.te')
| -rw-r--r-- | sepolicy/matv.te | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sepolicy/matv.te b/sepolicy/matv.te new file mode 100644 index 0000000..3f83ad9 --- /dev/null +++ b/sepolicy/matv.te @@ -0,0 +1,27 @@ +# ============================================== +# Policy File of /system/binmatv Executable File + + +# ============================================== +# Type Declaration +# ============================================== + +type matv_exec , exec_type, file_type; +type matv ,domain; + +# ============================================== +# Android Policy Rule +# ============================================== + +# ============================================== +# NSA Policy Rule +# ============================================== + +# ============================================== +# MTK Policy Rule +# ============================================== +binder_use(matv) + +#permissive matv; +init_daemon_domain(matv) +#unconfined_domain(matv) |
