Skip to content
Snippets Groups Projects
Commit 6f8d2628 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

vendor_init: allow stat() of /data dir

avc: denied { getattr } for path="/data" scontext=u:r:vendor_init:s0
tcontext=u:object_r:system_data_file:s0 tclass=dir permissive=1

Bug: 78345561
Test: build/boot device. Denial is gone.
Change-Id: Ie858f1fe65aeb1845b00a5143c345e81aa2ec632
parent ad3529a8
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ allow vendor_init self:global_capability_class_set { chown fowner fsetid };
allow vendor_init unencrypted_data_file:dir search;
allow vendor_init unencrypted_data_file:file r_file_perms;
allow vendor_init system_data_file:dir getattr;
allow vendor_init {
file_type
-core_data_file_type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment