You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
320 B
9 lines
320 B
4 months ago
|
typeattribute kernel coredomain;
|
||
|
|
||
|
domain_auto_trans(kernel, init_exec, init)
|
||
|
|
||
|
# Allow the kernel to read otapreopt_chroot's file descriptors and files under
|
||
|
# /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
|
||
|
allow kernel otapreopt_chroot:fd use;
|
||
|
allow kernel postinstall_file:file read;
|