rpcraig | bac9992 | 2012-12-03 06:07:45 -0500 | [diff] [blame] | 1 | # watchdogd seclabel is specified in init.<board>.rc |
Jeff Vander Stoep | 1eeaa47 | 2016-01-25 08:12:21 -0800 | [diff] [blame] | 2 | type watchdogd, domain; |
Nick Kralevich | 5e37271 | 2018-09-27 10:21:37 -0700 | [diff] [blame] | 3 | type watchdogd_exec, system_file_type, exec_type, file_type; |
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 4 | |
| 5 | # system/sepolicy/public is for vendor-facing type and attribute definitions. |
| 6 | # DO NOT ADD allow, neverallow, or dontaudit statements here. |
| 7 | # Instead, add such policy rules to system/sepolicy/private/*.te. |