aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/install_recovery.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/install_recovery.te')
-rwxr-xr-xsepolicy/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 100755
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;