Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute kernel coredomain; |
2 | |||||
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 3 | domain_auto_trans(kernel, init_exec, init) |
Andreas Gampe | d6fdcef | 2019-03-18 10:54:42 -0700 | [diff] [blame] | 4 | |
5 | # Allow the kernel to read otapreopt_chroot's file descriptors and files under | ||||
6 | # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex. | ||||
7 | allow kernel otapreopt_chroot:fd use; | ||||
8 | allow kernel postinstall_file:file read; |