Skip to content
Snippets Groups Projects
Commit 429e71a6 authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Ben Fennema
Browse files

DO NOT MERGE: Allow getattr on rootfs:lnk_file for all domains

Bug: http://b/32123312
Test: mm && boot
Change-Id: I6550fbe2bd5f9f5a474419b483b0f786d4025e88
parent 0cab2a17
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ allow domain debuggerd:unix_stream_socket connectto; ...@@ -62,7 +62,7 @@ allow domain debuggerd:unix_stream_socket connectto;
# Root fs. # Root fs.
allow domain rootfs:dir search; allow domain rootfs:dir search;
allow domain rootfs:lnk_file read; allow domain rootfs:lnk_file { read getattr };
# Device accesses. # Device accesses.
allow domain device:dir search; allow domain device:dir search;
......
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