Skip to content
Snippets Groups Projects
Commit c7125fa2 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Allow getattr on rootfs:lnk_file for all domains

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