diff --git a/sepolicy/recovery.te b/sepolicy/recovery.te index 870c5f84..e2efee45 100644 --- a/sepolicy/recovery.te +++ b/sepolicy/recovery.te @@ -15,6 +15,7 @@ allow recovery system_data_file:file r_file_perms; # Manage fstab and /adb_keys allow recovery rootfs:file create_file_perms; +allow recovery rootfs:file link; allow recovery rootfs:dir { write create rmdir add_name remove_name }; # Read storage files and directories