blob: 207800e0857481c747c7be12925422738c767607 [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute kernel coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003domain_auto_trans(kernel, init_exec, init)
Andreas Gamped6fdcef2019-03-18 10:54:42 -07004
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.
7allow kernel otapreopt_chroot:fd use;
8allow kernel postinstall_file:file read;