unplugged-vendor/hardware/google/pixel-sepolicy/astd/astd.te

18 lines
480 B
Plaintext

# astd service
type astd, domain;
# /vendor/bin/astc u:object_r:vendor_shell_exec:s0
# system/sepolicy/public/vendor_shell.te
# type vendor_shell_exec, exec_type, vendor_file_type, file_type;
# /vendor/bin/astd u:object_r:vendor_toolbox_exec:s0
# system/sepolicy/public/vendor_toolbox.te
# type vendor_toolbox_exec, exec_type, vendor_file_type, file_type;
type astd_exec, exec_type, vendor_file_type, file_type;
userdebug_or_eng(`
init_daemon_domain(astd)
')