Alex Deymo | a52b561 | 2016-03-01 16:14:45 -0800 | [diff] [blame] | 1 | # Domain where the postinstall program runs during the update. |
| 2 | # Extend the permissions in this domain to allow this program to access other |
| 3 | # files needed by the specific device on your device's sepolicy directory. |
| 4 | type postinstall, domain; |
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. |