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

Change-Id: Icdf8cf91dc3dd5e8c778e50138d61aca215dd83a
parents e5f67cb5 9d23d8eb
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.
Finish editing this message first!
Please register or to comment