Skip to content
Snippets Groups Projects
Commit ef27bb8a authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

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

am: 429e71a6

Change-Id: Id9a9c60ac55405ab02cede5690431c3ceacd1dba
parents 639a82d4 429e71a6
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