Skip to content
Snippets Groups Projects
Commit eb59a815 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Perms back to domain

am: 9a3d1c6b

* commit '9a3d1c6b':
  Perms back to domain
parents ea16de61 9a3d1c6b
No related branches found
No related tags found
No related merge requests found
......@@ -84,12 +84,13 @@ allow domain vold:key search;
write_logd(domain)
# System file accesses.
allow domain system_file:dir search;
allow domain system_file:dir { search getattr };
allow domain system_file:file { execute read open getattr };
allow domain system_file:lnk_file read;
# files under /data.
allow domain system_data_file:dir { search getattr };
allow domain system_data_file:lnk_file read;
# required by the dynamic linker
allow domain proc:lnk_file read;
......
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