Allow vendor_init to modify proc_sched
Bug: 207062206 Test: Boot to home Signed-off-by: chungkai <chungkai@google.com> Change-Id: I5d51e322c1522046623046051e8090fc64bedee5
This commit is contained in:
parent
115e8e0990
commit
7bbd1fb38a
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,2 @@
|
||||||
# b/205656950
|
# b/205656950
|
||||||
dontaudit vendor_init thermal_link_device:file { create };
|
dontaudit vendor_init thermal_link_device:file { create };
|
||||||
# b/207062206
|
|
||||||
dontaudit vendor_init proc_sched:file { write };
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ set_prop(vendor_init, vendor_device_prop)
|
||||||
set_prop(vendor_init, vendor_modem_prop)
|
set_prop(vendor_init, vendor_modem_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;
|
||||||
|
|
||||||
# NFC vendor property
|
# NFC vendor property
|
||||||
set_prop(vendor_init, vendor_nfc_prop)
|
set_prop(vendor_init, vendor_nfc_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue