diff options
Diffstat (limited to 'sepolicy/uncrypt.te')
| -rwxr-xr-x | sepolicy/uncrypt.te | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sepolicy/uncrypt.te b/sepolicy/uncrypt.te new file mode 100755 index 0000000..fcefb9d --- /dev/null +++ b/sepolicy/uncrypt.te @@ -0,0 +1,8 @@ +# ============================================== +# MTK Policy Rule +# ============ +allow uncrypt misc_device:chr_file *; +allow uncrypt platformblk_device:dir *; +allow uncrypt platformblk_device:blk_file *; +allow uncrypt system_data_file:file { open read }; + |
