sepolicy: Allow recovery to create links in the rootfs

* Needed to support vold and other new code.

Change-Id: I25a0b1cc6461eced7112dd4b3974a71423f7957b
gugelfrei
Steve Kondik 9 years ago
parent 48149d05a1
commit aeec0ac261

@ -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

Loading…
Cancel
Save