aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/install_recovery.te
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-01-02 12:44:35 +0100
committerMister Oyster <oysterized@gmail.com>2017-01-02 12:44:35 +0100
commita184d985bf43d3fe6eeba971bc6b32f79ea38b37 (patch)
tree6f6e56e090777cc149bc1ab39e5987cc2b03e867 /sepolicy/install_recovery.te
initial releasecm-13.0
Diffstat (limited to 'sepolicy/install_recovery.te')
-rw-r--r--sepolicy/install_recovery.te10
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;