Skip to content
Snippets Groups Projects
Commit 10a3a36a authored by dcashman's avatar dcashman Committed by Gerrit Code Review
Browse files

Merge "Allow domains to read tmpfs symlinks."

parents 26cd912e 2b0b8299
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ allow domain init:process sigchld;
# Read access to properties mapping.
allow domain kernel:fd use;
allow domain tmpfs:file { read getattr };
allow domain tmpfs:lnk_file { read getattr };
# Search /storage/emulated tmpfs mount.
allow domain tmpfs:dir r_dir_perms;
......
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