Merge "Allow domain to read symlinks in /sys."

am: 1bd0712e7c

* commit '1bd0712e7c73e14dd8519a13567904d65b1fe6a6':
  Allow domain to read symlinks in /sys.
This commit is contained in:
Daniel Cashman 2016-01-08 00:05:03 +00:00 committed by android-build-merger
commit e784bada8d

View file

@ -96,6 +96,9 @@ allow domain system_file:dir { search getattr };
allow domain system_file:file { execute read open getattr };
allow domain system_file:lnk_file read;
# read any sysfs symlinks
allow domain sysfs:lnk_file read;
# libc references /data/misc/zoneinfo for timezone related information
r_dir_file(domain, zoneinfo_data_file)