mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
git-subtree-dir: sepolicy git-subtree-mainline:5cd89d8075git-subtree-split:4a08341deaChange-Id: I48384ddf513f6de75e77a5c55ff848498a5e88b6
15 lines
525 B
Plaintext
15 lines
525 B
Plaintext
type init-check_ap_pd_auth-sh, domain;
|
|
type init-check_ap_pd_auth-sh_exec, vendor_file_type, exec_type, file_type;
|
|
|
|
userdebug_or_eng(`
|
|
init_daemon_domain(init-check_ap_pd_auth-sh)
|
|
|
|
set_prop(init-check_ap_pd_auth-sh, vendor_sjtag_lock_state_prop)
|
|
|
|
allow init-check_ap_pd_auth-sh sysfs_sjtag:dir r_dir_perms;
|
|
allow init-check_ap_pd_auth-sh sysfs_sjtag:file r_file_perms;
|
|
|
|
allow init-check_ap_pd_auth-sh vendor_shell_exec:file rx_file_perms;
|
|
allow init-check_ap_pd_auth-sh vendor_toolbox_exec:file rx_file_perms;
|
|
')
|