• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type init-check_ap_pd_auth-sh, domain;
2type init-check_ap_pd_auth-sh_exec, vendor_file_type, exec_type, file_type;
3
4userdebug_or_eng(`
5  init_daemon_domain(init-check_ap_pd_auth-sh)
6
7  set_prop(init-check_ap_pd_auth-sh, vendor_sjtag_lock_state_prop)
8
9  allow init-check_ap_pd_auth-sh sysfs_sjtag:dir r_dir_perms;
10  allow init-check_ap_pd_auth-sh sysfs_sjtag:file r_file_perms;
11
12  allow init-check_ap_pd_auth-sh vendor_shell_exec:file rx_file_perms;
13  allow init-check_ap_pd_auth-sh vendor_toolbox_exec:file rx_file_perms;
14')
15