Allow vendor_init chown gvotables
Bug: 267736435 Bug: 260366195 Change-Id: I0a27a7fb3719d57449fb3d7f4c4d746d09419a75
This commit is contained in:
parent
594dee4dc4
commit
6cf7ce5cc0
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
# b/260366195
|
||||
dontaudit vendor_init debugfs_trace_marker:file { getattr };
|
||||
dontaudit vendor_init vendor_init:capability2 { block_suspend };
|
||||
dontaudit vendor_init vendor_init:lockdown { integrity };
|
||||
# b/260522244
|
||||
dontaudit vendor_init sg_device:chr_file { getattr };
|
||||
# b/264490095
|
||||
|
|
4
vendor/vendor_init.te
vendored
4
vendor/vendor_init.te
vendored
|
@ -12,3 +12,7 @@ allow vendor_init modem_img_file:filesystem { getattr };
|
|||
|
||||
# Audio property
|
||||
set_prop(vendor_init, vendor_audio_prop)
|
||||
|
||||
userdebug_or_eng(`
|
||||
allow vendor_init vendor_init:lockdown { integrity };
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue