1# Specific build for fingerprint 2type gyotaku_app, domain; 3 4app_domain(gyotaku_app) 5net_domain(gyotaku_app) 6 7# For Gyotaku app common use 8allow gyotaku_app app_api_service:service_manager find; 9allow gyotaku_app privapp_data_file:lnk_file read; 10allow gyotaku_app system_app_data_file:dir create_dir_perms; 11allow gyotaku_app system_app_data_file:file create_file_perms; 12 13# For getproperty isDebuggable use 14get_prop(gyotaku_app, userdebug_or_eng_prop) 15 16# For access /data/vendor/misc fingerprint use. 17allow gyotaku_app vendor_misc_data_file:dir search; 18allow gyotaku_app vendor_fingerprint_data_file:dir r_dir_perms; 19allow gyotaku_app vendor_fingerprint_data_file:file r_file_perms; 20