diff --git a/installd.te b/installd.te index a2b068796ea7ac59f1353a36f0d6f9c98a438a6a..9712881f8252190bc193cc9f95024042887b4511 100644 --- a/installd.te +++ b/installd.te @@ -16,6 +16,8 @@ allow installd data_file_type:dir { relabelfrom relabelto }; allow installd data_file_type:{ file_class_set } { getattr unlink }; allow installd apk_data_file:file r_file_perms; allow installd apk_tmp_file:file r_file_perms; +allow installd oemfs:dir r_dir_perms; +allow installd oemfs:file r_file_perms; allow installd system_file:file x_file_perms; allow installd cgroup:dir create_dir_perms; # Check validity of SELinux context before use.