update error on ROM 7935766
Bug: 207300335 Bug: 207300298 Bug: 207300281 Bug: 207300315 Bug: 207300261 Test: pts-tradefed run pts -m PtsSELinuxTest Change-Id: Ia79829128db2286ec8ae9c20520be8a25c195cb0
This commit is contained in:
parent
a578c846fa
commit
78d0abfb73
5 changed files with 22 additions and 0 deletions
7
tracking_denials/crash_dump.te
Normal file
7
tracking_denials/crash_dump.te
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# b/207300335
|
||||||
|
dontaudit crash_dump hwservicemanager_prop:file { getattr };
|
||||||
|
dontaudit crash_dump hwservicemanager_prop:file { map };
|
||||||
|
dontaudit crash_dump hwservicemanager_prop:file { open };
|
||||||
|
dontaudit crash_dump qemu_sf_lcd_density_prop:file { getattr };
|
||||||
|
dontaudit crash_dump qemu_sf_lcd_density_prop:file { map };
|
||||||
|
dontaudit crash_dump qemu_sf_lcd_density_prop:file { open };
|
|
@ -52,3 +52,5 @@ dontaudit hal_camera_default system_server:binder { call };
|
||||||
dontaudit hal_camera_default device:chr_file { ioctl };
|
dontaudit hal_camera_default device:chr_file { ioctl };
|
||||||
dontaudit hal_camera_default device:chr_file { open };
|
dontaudit hal_camera_default device:chr_file { open };
|
||||||
dontaudit hal_camera_default device:chr_file { read };
|
dontaudit hal_camera_default device:chr_file { read };
|
||||||
|
# b/207300298
|
||||||
|
dontaudit hal_camera_default vendor_camera_data_file:file { getattr };
|
||||||
|
|
|
@ -2,3 +2,9 @@
|
||||||
dontaudit priv_app vendor_default_prop:file { getattr };
|
dontaudit priv_app vendor_default_prop:file { getattr };
|
||||||
dontaudit priv_app vendor_default_prop:file { map };
|
dontaudit priv_app vendor_default_prop:file { map };
|
||||||
dontaudit priv_app vendor_default_prop:file { open };
|
dontaudit priv_app vendor_default_prop:file { open };
|
||||||
|
# b/207300281
|
||||||
|
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 };
|
||||||
|
|
2
tracking_denials/radio.te
Normal file
2
tracking_denials/radio.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# b/207300315
|
||||||
|
dontaudit radio sysfs_vendor_sched:dir { search };
|
5
tracking_denials/uwb_vendor_app.te
Normal file
5
tracking_denials/uwb_vendor_app.te
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# b/207300261
|
||||||
|
dontaudit uwb_vendor_app vendor_secure_element_prop:file { getattr };
|
||||||
|
dontaudit uwb_vendor_app vendor_secure_element_prop:file { map };
|
||||||
|
dontaudit uwb_vendor_app vendor_secure_element_prop:file { open };
|
||||||
|
dontaudit uwb_vendor_app vendor_secure_element_prop:file { read };
|
Loading…
Add table
Add a link
Reference in a new issue