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/uncrypt.te | |
initial releasecm-13.0
Diffstat (limited to 'sepolicy/uncrypt.te')
| -rw-r--r-- | sepolicy/uncrypt.te | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sepolicy/uncrypt.te b/sepolicy/uncrypt.te new file mode 100644 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 }; + |
