Skip to content
Snippets Groups Projects
Commit 8b3b4fe7 authored by rpcraig's avatar rpcraig Committed by William Roberts
Browse files

Allow zygote to search tmpfs.

Change-Id: Ib0bdcbc1a7e45e1d1a046c9fa8aff89183ebfe0d
parent 905e316d
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