diff --git a/public/domain.te b/public/domain.te index c143315095bcdaf545766c200bad7097c12399a4..f5c72cc4d5806e6fdbf1bc82567a4c34972bf79f 100644 --- a/public/domain.te +++ b/public/domain.te @@ -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