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

Permit fstat of property mapping.


Change-Id: Ie58185519252dad29a23d0d3d54b1cbafea83a83
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent aeb512d2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ allow domain init:process sigchld;
# Read access to properties mapping.
allow domain kernel:fd use;
allow domain tmpfs:file read;
allow domain tmpfs:file { read getattr };
# 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