diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-02 12:44:35 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-01-02 12:44:35 +0100 |
| commit | a184d985bf43d3fe6eeba971bc6b32f79ea38b37 (patch) | |
| tree | 6f6e56e090777cc149bc1ab39e5987cc2b03e867 /sepolicy/matv.te | |
initial releasecm-13.0
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) |
