Delmar Tsai | f71fcc8 | 2020-11-18 10:27:52 +0800 | [diff] [blame^] | 1 | # astd service |
| 2 | type 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 | |
| 12 | type astd_exec, exec_type, vendor_file_type, file_type; |
| 13 | |
| 14 | userdebug_or_eng(` |
| 15 | init_daemon_domain(astd) |
| 16 | ') |
| 17 | |