You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
480 B

# 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)
')