Skip to content
Snippets Groups Projects
Commit acb51539 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Allow all domains to stat symlinks in sysfs" am: 94e3dfc3 am: 9d23d8eb

am: cfb90ea7

Change-Id: I26fce7ab8107719ffa1f22750124faab6c943f8e
parents cdfffa41 cfb90ea7
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,8 @@ full_treble_only(`
allow { domain -coredomain } vendor_file_type:lnk_file { getattr read };
')
# read any sysfs symlinks
allow domain sysfs:lnk_file read;
# read and stat any sysfs symlinks
allow domain sysfs:lnk_file { getattr read };
# libc references /data/misc/zoneinfo for timezone related information
# This directory is considered to be a VNDK-stable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment