[ALPS04026136] Create symlink, /mnt/sdcard, for meta/factory

Give the selinux permission,
allow vendor_init tmpfs:lnk_file create;

MTK-Commit-Id: ed75b8754a1fb969fa7247652b49d06c5232b2b9

Change-Id: I516a4fac12df9975040109d05be1b2e89509b9b5
CR-Id: ALPS04026136
Feature: Factory Mode
This commit is contained in:
Denis Hsu 2020-01-18 10:05:21 +08:00
parent 97baef43ca
commit 602af5863d

View File

@ -45,3 +45,6 @@ allow vendor_init self:global_capability_class_set net_raw;
# enhance boot time # enhance boot time
allow vendor_init proc_perfmgr:file write; allow vendor_init proc_perfmgr:file write;
# allow create symbolic link, /mnt/sdcard, for meta/factory mode
allow vendor_init tmpfs:lnk_file create;