Move legacy file_contexts to tracking_denials

Bug: 312143882
Bug: 314036372
Test: make selinux_policy
Change-Id: If8f325e6e0c9ffa1bfb463686d1df6ed82abd804
This commit is contained in:
Wilson Sung 2023-11-29 11:42:45 +00:00
parent be59016f17
commit be32c237af
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +0,0 @@
# Graphics
/vendor/lib(64)?/hw/vulkan\.mali\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/libGralloc4Wrapper\.so u:object_r:same_process_hal_file:s0
# Data
/data/nfc(/.*)? u:object_r:nfc_data_file:s0
/data/per_boot(/.*)? u:object_r:per_boot_file:s0

View file

@ -1,3 +1,5 @@
# b/314036372
# Binaries
/vendor/bin/hw/android\.hardware\.secure_element@1\.2-uicc-service u:object_r:hal_secure_element_uicc_exec:s0
/vendor/bin/rlsservice u:object_r:rlsservice_exec:s0
@ -28,3 +30,11 @@
/dev/dma_heap/famodel-secure u:object_r:faceauth_heap_device:s0
/dev/uci u:object_r:uci_device:s0
/dev/dma_heap/framebuffer-secure u:object_r:framebuffer_secure_heap_device:s0
# Graphics
/vendor/lib64/hw/vulkan\.mali\.so u:object_r:same_process_hal_file:s0
/vendor/lib64/libGralloc4Wrapper\.so u:object_r:same_process_hal_file:s0
# Data
/data/nfc(/.*)? u:object_r:nfc_data_file:s0
/data/per_boot(/.*)? u:object_r:per_boot_file:s0