Snap for 11914274 from 65a5fe99c1
to 24Q3-release
Change-Id: I1cf2cee09c27c77f52b5fe951f677cee7a9337d8
This commit is contained in:
commit
02caad9192
4 changed files with 29 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
/dev/acd-aocx_inject[0-9]* u:object_r:aoc_device:s0
|
||||
/dev/acd-aocx_tapout[0-9]* u:object_r:aoc_device:s0
|
||||
/dev/acd-mc_headpos u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_bt_offload_ctl u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_bt_offload_data_tx u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_bt_offload_data_rx u:object_r:aoc_device:s0
|
||||
|
||||
# AoC vendor binaries
|
||||
/vendor/bin/aocd u:object_r:aocd_exec:s0
|
||||
|
|
19
gyotaku_app/fingerprint/gyotaku_app.te
Normal file
19
gyotaku_app/fingerprint/gyotaku_app.te
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Specific build for fingerprint
|
||||
type gyotaku_app, domain;
|
||||
|
||||
app_domain(gyotaku_app)
|
||||
net_domain(gyotaku_app)
|
||||
|
||||
# For Gyotaku app common use
|
||||
allow gyotaku_app app_api_service:service_manager find;
|
||||
allow gyotaku_app privapp_data_file:lnk_file read;
|
||||
allow gyotaku_app system_app_data_file:dir create_dir_perms;
|
||||
allow gyotaku_app system_app_data_file:file create_file_perms;
|
||||
|
||||
# For getproperty isDebuggable use
|
||||
get_prop(gyotaku_app, userdebug_or_eng_prop)
|
||||
|
||||
# For access /data/vendor/misc fingerprint use.
|
||||
allow gyotaku_app vendor_misc_data_file:dir search;
|
||||
allow gyotaku_app vendor_fingerprint_data_file:dir r_dir_perms;
|
||||
allow gyotaku_app vendor_fingerprint_data_file:file r_file_perms;
|
2
gyotaku_app/fingerprint/seapp_contexts
Normal file
2
gyotaku_app/fingerprint/seapp_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Gyotaku app
|
||||
user=system seinfo=platform name=com.google.android.apps.internal.gyotaku domain=gyotaku_app type=system_app_data_file levelFrom=all
|
5
gyotaku_app/gyotaku_fingerprint.mk
Normal file
5
gyotaku_app/gyotaku_fingerprint.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Specific build for fingerprint
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
Gyotaku
|
||||
|
||||
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/fingerprint
|
Loading…
Add table
Add a link
Reference in a new issue