diff --git a/recovery.te b/recovery.te index 2aad68bb1eb68e567a0e0f2e23bde89a3fa67a17..8d6fd627533576cbcf71cec171ac8a140bc8265c 100644 --- a/recovery.te +++ b/recovery.te @@ -76,6 +76,9 @@ recovery_only(` allow recovery cache_file:dir create_dir_perms; allow recovery cache_file:file create_file_perms; + # Read files on /oem. + r_dir_file(recovery, oemfs); + # Reboot the device set_prop(recovery, powerctl_prop)