rpcraig | e07b8a5 | 2012-08-13 06:09:39 -0400 | [diff] [blame] | 1 | ## |
| 2 | # trusted execution environment (tee) daemon |
| 3 | # |
Alex Klyubin | 304d653 | 2017-04-03 11:05:45 -0700 | [diff] [blame] | 4 | type tee, domain; |
| 5 | |
| 6 | # Device(s) for communicating with the TEE |
rpcraig | e07b8a5 | 2012-08-13 06:09:39 -0400 | [diff] [blame] | 7 | type tee_device, dev_type; |
Inseob Kim | 09b27c7 | 2024-03-28 10:37:28 +0900 | [diff] [blame] | 8 | |
| 9 | # system/sepolicy/public is for vendor-facing type and attribute definitions. |
| 10 | # DO NOT ADD allow, neverallow, or dontaudit statements here. |
| 11 | # Instead, add such policy rules to system/sepolicy/private/*.te. |