Skip to content
Snippets Groups Projects
Commit eee138c2 authored by Geremy Condra's avatar Geremy Condra Committed by Gerrit Code Review
Browse files

Merge "Allow zygote to search tmpfs."

parents 41e53901 8b3b4fe7
No related branches found
No related tags found
No related merge requests found
...@@ -35,5 +35,5 @@ allow zygote rootfs:file r_file_perms; ...@@ -35,5 +35,5 @@ allow zygote rootfs:file r_file_perms;
allow zygote rootfs:dir mounton; allow zygote rootfs:dir mounton;
allow zygote sdcard_type:dir { write search setattr create add_name mounton }; allow zygote sdcard_type:dir { write search setattr create add_name mounton };
dontaudit zygote self:capability fsetid; dontaudit zygote self:capability fsetid;
allow zygote tmpfs:dir { write create add_name setattr mounton }; allow zygote tmpfs:dir { write create add_name setattr mounton search };
allow zygote tmpfs:filesystem mount; allow zygote tmpfs:filesystem mount;
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