organize confirmationui settings am: d77bc5a970
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15021790 Change-Id: I9a10630cf9dd31ad3dca60c40e1c175da28deab2
This commit is contained in:
commit
5f89bc8b4b
6 changed files with 5 additions and 4 deletions
1
confirmationui/device.te
Normal file
1
confirmationui/device.te
Normal file
|
@ -0,0 +1 @@
|
|||
type tui_device, dev_type;
|
4
confirmationui/file_contexts
Normal file
4
confirmationui/file_contexts
Normal file
|
@ -0,0 +1,4 @@
|
|||
/vendor/bin/securedpud\.slider u:object_r:securedpud_slider_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.confirmationui@1\.0-service\.trusty\.vendor u:object_r:hal_confirmationui_default_exec:s0
|
||||
|
||||
/dev/tui-driver u:object_r:tui_device:s0
|
1
whitechapel/vendor/google/device.te
vendored
1
whitechapel/vendor/google/device.te
vendored
|
@ -16,7 +16,6 @@ type pktrouter_device, dev_type;
|
|||
type vendor_toe_device, dev_type;
|
||||
type custom_ab_block_device, dev_type;
|
||||
type devinfo_block_device, dev_type;
|
||||
type tui_device, dev_type;
|
||||
|
||||
# usbpd
|
||||
type logbuffer_device, dev_type;
|
||||
|
|
3
whitechapel/vendor/google/file_contexts
vendored
3
whitechapel/vendor/google/file_contexts
vendored
|
@ -94,7 +94,6 @@
|
|||
/dev/repeater u:object_r:video_device:s0
|
||||
/dev/scsc_h4_0 u:object_r:radio_device:s0
|
||||
/dev/umts_boot0 u:object_r:radio_device:s0
|
||||
/dev/tui-driver u:object_r:tui_device:s0
|
||||
/dev/logbuffer_tcpm u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_usbpd u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_ssoc u:object_r:logbuffer_device:s0
|
||||
|
@ -325,13 +324,11 @@
|
|||
|
||||
|
||||
# Trusty
|
||||
/vendor/bin/securedpud.slider u:object_r:securedpud_slider_exec:s0
|
||||
/vendor/bin/storageproxyd u:object_r:tee_exec:s0
|
||||
/vendor/bin/trusty_apploader u:object_r:trusty_apploader_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.trusty u:object_r:hal_gatekeeper_default_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.keymaster@4\.0-service\.trusty u:object_r:hal_keymaster_default_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.security\.keymint-service\.trusty u:object_r:hal_keymint_default_exec:s0
|
||||
/vendor/bin/hw/android\.hardware\.confirmationui@1\.0-service\.trusty\.vendor u:object_r:hal_confirmationui_default_exec:s0
|
||||
/dev/trusty-ipc-dev0 u:object_r:tee_device:s0
|
||||
/data/vendor/ss(/.*)? u:object_r:tee_data_file:s0
|
||||
/mnt/vendor/persist/ss(/.*)? u:object_r:persist_ss_file:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue