Allow init to create system_file symlinks for A-only, see https://github.com/phhusson/treble_experimentations/issues/1553

This commit is contained in:
Pierre-Hugues Husson 2020-11-08 13:13:10 +01:00
parent 6ce1b9108d
commit 3489a71cf2
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ allow init userdata_block_device:blk_file relabelto;
allow init userdata_block_device:lnk_file relabelto;
allow vendor_init vendor_init:capability { sys_module };
allow init system_file:lnk_file create_file_perms;