summaryrefslogtreecommitdiff
path: root/astd/astd.te
blob: 9f29caa50983cd3ed61fe761710f294698d2e7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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)
')