1# astd service
2type astd, domain;
3
4# /vendor/bin/astc        u:object_r:vendor_shell_exec:s0
5# system/sepolicy/public/vendor_shell.te
6# type vendor_shell_exec, exec_type, vendor_file_type, file_type;
7
8# /vendor/bin/astd        u:object_r:vendor_toolbox_exec:s0
9# system/sepolicy/public/vendor_toolbox.te
10# type vendor_toolbox_exec, exec_type, vendor_file_type, file_type;
11
12type astd_exec, exec_type, vendor_file_type, file_type;
13
14userdebug_or_eng(`
15  init_daemon_domain(astd)
16')
17
18