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/install_recovery.te | |
initial releasecm-13.0
Diffstat (limited to 'sepolicy/install_recovery.te')
| -rw-r--r-- | sepolicy/install_recovery.te | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sepolicy/install_recovery.te b/sepolicy/install_recovery.te new file mode 100644 index 0000000..73e64c7 --- /dev/null +++ b/sepolicy/install_recovery.te @@ -0,0 +1,10 @@ +# Date : WK14.41 +# Operation : Migration +# Purpose : update recovery image +allow install_recovery bootimg_device:chr_file { open read write }; +allow install_recovery recovery_device:chr_file { open read write }; +allow install_recovery platformblk_device:dir search; +allow install_recovery platformblk_device:blk_file { open read write }; +allow install_recovery sysfs:file { open read write }; +allow install_recovery tee_part_device:chr_file *; +dontaudit install_recovery system_file:file entrypoint; |
