Allow vendor_init create link for bootdevice_sysdev
Bug: 263185566 Change-Id: I3a041c8dbd33c538d3971b793c64e4ea7c310190
This commit is contained in:
parent
8c2f12f39d
commit
594dee4dc4
2 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,6 @@ dontaudit vendor_init vendor_init:capability2 { block_suspend };
|
||||||
dontaudit vendor_init vendor_init:lockdown { integrity };
|
dontaudit vendor_init vendor_init:lockdown { integrity };
|
||||||
# b/260522244
|
# b/260522244
|
||||||
dontaudit vendor_init sg_device:chr_file { getattr };
|
dontaudit vendor_init sg_device:chr_file { getattr };
|
||||||
# b/263185566
|
|
||||||
dontaudit vendor_init bootdevice_sysdev:file { create };
|
|
||||||
# b/264490095
|
# b/264490095
|
||||||
userdebug_or_eng(`
|
userdebug_or_eng(`
|
||||||
permissive vendor_init;
|
permissive vendor_init;
|
||||||
|
|
1
vendor/vendor_init.te
vendored
1
vendor/vendor_init.te
vendored
|
@ -7,6 +7,7 @@ set_prop(vendor_init, logpersistd_logging_prop)
|
||||||
|
|
||||||
allow vendor_init proc_dirty:file w_file_perms;
|
allow vendor_init proc_dirty:file w_file_perms;
|
||||||
allow vendor_init proc_sched:file w_file_perms;
|
allow vendor_init proc_sched:file w_file_perms;
|
||||||
|
allow vendor_init bootdevice_sysdev:file create_file_perms;
|
||||||
allow vendor_init modem_img_file:filesystem { getattr };
|
allow vendor_init modem_img_file:filesystem { getattr };
|
||||||
|
|
||||||
# Audio property
|
# Audio property
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue