Skip to content
Snippets Groups Projects
Commit 56b2981d authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am eee138c2: Merge "Allow zygote to search tmpfs."

* commit 'eee138c2':
  Allow zygote to search tmpfs.
parents b035d80c eee138c2
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