sdm660-common: Allow init to relabel persist link file

Change-Id: I7872b8455a66e45826d86e0bb71faa1f28a2c7a3
This commit is contained in:
Ethan Chen 2020-01-01 22:42:01 -08:00 committed by Max Weffers
parent 162633ad42
commit 89f5d20ec4
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -6,3 +6,4 @@ allow init sysfs_dm:file { open write };
allow init vendor_default_prop:property_service set;
allow init sysfs_info:file { open read };
allow init sysfs:file setattr;
allow init persist_block_device:lnk_file relabelto;