sepolicy: Allow recovery to create links in the rootfs

* Needed to support vold and other new code.

Change-Id: I25a0b1cc6461eced7112dd4b3974a71423f7957b
This commit is contained in:
Steve Kondik 2015-11-26 02:19:44 -08:00
parent 48149d05a1
commit aeec0ac261
1 changed files with 1 additions and 0 deletions

View File

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