blob: 92ddbbfd473f8ebf63ba5f4216fe3c546919f5ff [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute postinstall coredomain;
Alex Light16dfb432021-03-11 11:26:08 -08002type postinstall_exec, system_file_type, exec_type, file_type;
dcashmancc39f632016-07-22 13:13:11 -07003domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
Alex Light16dfb432021-03-11 11:26:08 -08004
5allow postinstall rootfs:dir r_dir_perms;
Jiakai Zhang625c4a92024-02-29 23:12:32 +00006
7# Allow invoking `pm` shell commands.
8allow postinstall package_service:service_manager find;