Update error on ROM 11126833

Bug: 312372803
Bug: 312373134
Bug: 312372857
Bug: 312372936
Test: SELinuxUncheckedDenialBootTest
Change-Id: I162a984f233f245410fc04c2b94cf73a3e22a428
This commit is contained in:
Wilson Sung 2023-11-21 07:16:32 +00:00
parent 9cb23f8b7a
commit 74e5d6a064
4 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,2 @@
# b/312373134
dontaudit hal_bootctl_default hal_bootctl_default:capability { dac_override };

View file

@ -1,4 +1,6 @@
# b/307468758
userdebug_or_eng(`
permissive hal_power_default;
')
')# b/312372857
dontaudit hal_power_default sysfs:file { open };
dontaudit hal_power_default sysfs:file { write };

View file

@ -1,4 +1,5 @@
# b/307468923
userdebug_or_eng(`
permissive insmod-sh;
')
')# b/312372936
dontaudit insmod-sh insmod-sh:key { write };

View file

@ -4,3 +4,5 @@ userdebug_or_eng(`
')# b/308381748
dontaudit vendor_init debugfs_trace_marker:file { getattr };
dontaudit vendor_init default_prop:property_service { set };
# b/312372803
dontaudit vendor_init tee_data_file:lnk_file { read };