Skip to content
Snippets Groups Projects
Commit 1f5939a9 authored by Stephen Smalley's avatar Stephen Smalley Committed by Gerrit Code Review
Browse files

Allow search of tmpfs mount for /storage/emulated.


Change-Id: Ie79ff3fb9c0a893e348c4adb2f457cae42d7800f
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 61362840
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ allow domain init:process sigchld;
allow domain kernel:fd use;
allow domain tmpfs:file { read getattr };
# Search /storage/emulated tmpfs mount.
allow domain tmpfs:dir r_dir_perms;
# binder adjusts the nice value during IPC.
allow domain self:capability sys_nice;
......
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