diff --git a/recovery.te b/recovery.te index 29f1a50ec5337b1ad4375e3757169a86fddd4464..1441db1fd3667f75e19beacae9437f8928e4e322 100644 --- a/recovery.te +++ b/recovery.te @@ -77,6 +77,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)