Skip to content
Snippets Groups Projects
Commit 482185db 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

am: acb51539

Change-Id: I8869b78259aec3ac03586a7f57d304a3760fe37b
parents f5d34866 acb51539
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