Merge "sepolicy: adding permission to set attribute for lnkfile."

This commit is contained in:
qctecmdr
2019-08-24 01:51:08 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -91,3 +91,5 @@ set_prop(vendor_init, vendor_bluetooth_prop)
userdebug_or_eng(`
allow vendor_init proc_security:file rw_file_perms;
')
# this is for ramdump
allow vendor_init block_device:lnk_file setattr;