Delmar Tsai | f71fcc8 | 2020-11-18 10:27:52 +0800 | [diff] [blame] | 1 | # astd service |
2 | type astd, domain; | ||||
Charlie Lin | e623180 | 2022-06-06 03:51:20 +0000 | [diff] [blame] | 3 | type astd_exec, exec_type, file_type, system_file_type; |
Delmar Tsai | f71fcc8 | 2020-11-18 10:27:52 +0800 | [diff] [blame] | 4 | |
Charlie Lin | e623180 | 2022-06-06 03:51:20 +0000 | [diff] [blame] | 5 | typeattribute astd coredomain; |
Delmar Tsai | f71fcc8 | 2020-11-18 10:27:52 +0800 | [diff] [blame] | 6 | |
7 | userdebug_or_eng(` | ||||
8 | init_daemon_domain(astd) | ||||
9 | ') | ||||
10 |