Skip to content
Snippets Groups Projects
Commit e14d6a98 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow all domains to stat symlinks in sysfs" into oc-mr1-dev

parents 2049efa4 17e97257
Branches
Tags
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