update error on ROM 7207833
Bug: 182706078 Bug: 182705863 Bug: 182705986 Bug: 182705901 Test: pts-tradefed run pts -m PtsSELinuxTest Change-Id: I37728b3b475998668f37d50a70ce980eeff70a63
This commit is contained in:
parent
aa41c84ad1
commit
36e82d438a
4 changed files with 29 additions and 0 deletions
9
tracking_denials/edgetpu_server.te
Normal file
9
tracking_denials/edgetpu_server.te
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# b/182706078
|
||||||
|
dontaudit edgetpu_server tmpfs:file { getattr };
|
||||||
|
dontaudit edgetpu_server tmpfs:file { getattr };
|
||||||
|
dontaudit edgetpu_server tmpfs:file { map };
|
||||||
|
dontaudit edgetpu_server tmpfs:file { read write };
|
||||||
|
dontaudit edgetpu_server hal_camera_default:fd { use };
|
||||||
|
dontaudit edgetpu_server hal_camera_default:fd { use };
|
||||||
|
dontaudit edgetpu_server tmpfs:file { read write };
|
||||||
|
dontaudit edgetpu_server tmpfs:file { map };
|
|
@ -65,3 +65,6 @@ dontaudit gmscore_app bpf_progs_loaded_prop:file { getattr };
|
||||||
dontaudit gmscore_app bpf_progs_loaded_prop:file { open };
|
dontaudit gmscore_app bpf_progs_loaded_prop:file { open };
|
||||||
# b/180960879
|
# b/180960879
|
||||||
dontaudit gmscore_app property_type:file *;
|
dontaudit gmscore_app property_type:file *;
|
||||||
|
# b/182705863
|
||||||
|
dontaudit gmscore_app modem_img_file:filesystem { getattr };
|
||||||
|
dontaudit gmscore_app modem_img_file:filesystem { getattr };
|
||||||
|
|
3
tracking_denials/hal_bootctl_default.te
Normal file
3
tracking_denials/hal_bootctl_default.te
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# b/182705986
|
||||||
|
dontaudit hal_bootctl_default devinfo_block_device:blk_file { open };
|
||||||
|
dontaudit hal_bootctl_default devinfo_block_device:blk_file { read };
|
|
@ -13,3 +13,17 @@ dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { open };
|
||||||
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { ioctl };
|
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { ioctl };
|
||||||
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { open };
|
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { open };
|
||||||
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { ioctl };
|
dontaudit hal_camera_default dmabuf_system_heap_device:chr_file { ioctl };
|
||||||
|
# b/182705901
|
||||||
|
dontaudit hal_camera_default tmpfs:file { getattr };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { read };
|
||||||
|
dontaudit hal_camera_default edgetpu_server:binder { call };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { write };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { map };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { read };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { getattr };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { map };
|
||||||
|
dontaudit hal_camera_default tmpfs:file { write };
|
||||||
|
dontaudit hal_camera_default edgetpu_server:binder { call };
|
||||||
|
dontaudit hal_camera_default edgetpu_service:service_manager { find };
|
||||||
|
dontaudit hal_camera_default edgetpu_server:fd { use };
|
||||||
|
dontaudit hal_camera_default edgetpu_server:fd { use };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue