Skip to content
Snippets Groups Projects
Commit 9d23d8eb 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

Change-Id: I63f038889fcf85c9393ec78ae0ac8a30b5806707
parents e028be05 94e3dfc3
No related branches found
No related tags found
No related merge requests found
...@@ -143,8 +143,8 @@ full_treble_only(` ...@@ -143,8 +143,8 @@ full_treble_only(`
allow { domain -coredomain } vendor_file_type:lnk_file { getattr read }; allow { domain -coredomain } vendor_file_type:lnk_file { getattr read };
') ')
# read any sysfs symlinks # read and stat any sysfs symlinks
allow domain sysfs:lnk_file read; allow domain sysfs:lnk_file { getattr read };
# libc references /data/misc/zoneinfo for timezone related information # libc references /data/misc/zoneinfo for timezone related information
# This directory is considered to be a VNDK-stable # 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