update error on ROM 7957241

Bug: 208527900
Bug: 208527968
Bug: 208527969
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: Ic6de1f2232c1c0efd210bfe19ebac11207f72198
This commit is contained in:
Adam Shih 2021-12-01 11:04:38 +08:00
parent 262709f2ba
commit f8d59b9305
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# b/208527900
dontaudit gmscore_app modem_img_file:filesystem { getattr };
dontaudit gmscore_app property_type:file *;

View file

@ -5,3 +5,10 @@ dontaudit hal_usb_impl vendor_usb_config_prop:file { open };
dontaudit hal_usb_impl vendor_usb_config_prop:file { read };
# b/207062542
dontaudit hal_usb_impl functionfs:dir { watch watch_reads };
# b/208527968
dontaudit hal_usb_impl sysfs_batteryinfo:dir { open };
dontaudit hal_usb_impl sysfs_batteryinfo:dir { read };
dontaudit hal_usb_impl sysfs_batteryinfo:dir { search };
dontaudit hal_usb_impl sysfs_batteryinfo:file { getattr };
dontaudit hal_usb_impl sysfs_batteryinfo:file { open };
dontaudit hal_usb_impl sysfs_batteryinfo:file { read };

View file

@ -2,3 +2,9 @@
dontaudit priv_app vendor_default_prop:file { getattr };
dontaudit priv_app vendor_default_prop:file { map };
dontaudit priv_app vendor_default_prop:file { open };
# b/208527969
dontaudit priv_app vendor_file:file { execute };
dontaudit priv_app vendor_file:file { getattr };
dontaudit priv_app vendor_file:file { map };
dontaudit priv_app vendor_file:file { open };
dontaudit priv_app vendor_file:file { read };