aboutsummaryrefslogtreecommitdiffstats
path: root/recovery.te
diff options
context:
space:
mode:
Diffstat (limited to 'recovery.te')
-rw-r--r--recovery.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/recovery.te b/recovery.te
index cfec161..c132983 100644
--- a/recovery.te
+++ b/recovery.te
@@ -15,3 +15,6 @@ allow recovery dev_type:blk_file rw_file_perms;
allow recovery self:process execmem;
allow recovery ashmem_device:chr_file execute;
allow recovery tmpfs:file rx_file_perms;
+
+# Use setfscreatecon() to label files for OTA updates.
+allow recovery self:process setfscreate;