Skip to content
Snippets Groups Projects
Commit fb0c52ad authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Allow domain to read proc dirs. am: abf31acb

am: eb3480b7

* commit 'eb3480b7':
  Allow domain to read proc dirs.
parents 78983522 eb3480b7
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ allow domain self:process {
setrlimit
};
allow domain self:fd use;
allow domain proc:dir search;
allow domain proc:dir r_dir_perms;
allow domain proc_net:dir search;
r_dir_file(domain, self)
allow domain self:{ fifo_file file } rw_file_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