summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sepolicy/recovery.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/recovery.te b/sepolicy/recovery.te
index 76e7a62..da6ddac 100644
--- a/sepolicy/recovery.te
+++ b/sepolicy/recovery.te
@@ -29,6 +29,9 @@ allow recovery sdcard_posix:file r_file_perms;
# Control properties
allow recovery recovery_prop:property_service set;
+# Set property sys.usb.ffs.ready
+allow recovery ffs_prop:property_service set;
+
# recursive rm for wipes... :(
allow app_data_file self:filesystem associate;
allow recovery app_data_file:file { read open create write };