Stephen Smalley | 2dd4e51 | 2012-01-04 12:33:27 -0500 | [diff] [blame] | 1 | # adbd seclabel is specified in init.rc since |
| 2 | # it lives in the rootfs and has no unique file type. |
Alex Klyubin | 8309f0a | 2017-02-07 09:55:05 -0800 | [diff] [blame] | 3 | type adbd, domain; |
Nick Kralevich | 5e37271 | 2018-09-27 10:21:37 -0700 | [diff] [blame] | 4 | type adbd_exec, exec_type, file_type, system_file_type; |
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 5 | |
| 6 | # system/sepolicy/public is for vendor-facing type and attribute definitions. |
| 7 | # DO NOT ADD allow, neverallow, or dontaudit statements here. |
| 8 | # Instead, add such policy rules to system/sepolicy/private/*.te. |