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:
parent
262709f2ba
commit
f8d59b9305
3 changed files with 16 additions and 0 deletions
3
tracking_denials/gmscore_app.te
Normal file
3
tracking_denials/gmscore_app.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
# b/208527900
|
||||
dontaudit gmscore_app modem_img_file:filesystem { getattr };
|
||||
dontaudit gmscore_app property_type: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 };
|
||||
|
|
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue