Dmitry Skiba | afc6c28 | 2024-12-02 06:04:29 +0000 | [diff] [blame^] | 1 | # Rules for pixel-experiments-recovery.sh |
2 | |||||
3 | type pixel-experiments-recovery-sh, domain; | ||||
4 | type pixel-experiments-recovery-sh_exec, exec_type, vendor_file_type, file_type; | ||||
5 | |||||
6 | init_daemon_domain(pixel-experiments-recovery-sh) | ||||
7 | |||||
8 | # Allow "setprop vendor.perf.allow_experiments". | ||||
9 | allow pixel-experiments-recovery-sh vendor_toolbox_exec:file { execute_no_trans }; | ||||
10 | set_prop(pixel-experiments-recovery-sh, vendor_perf_allow_experiments_prop) |