| commit | e288cfa1206702401d736e5aa8fbdb2f3f6afbc3 | [log] [tgz] |
|---|---|---|
| author | Nick Kralevich <nnk@google.com> | Fri Jan 08 00:03:35 2016 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 08 00:03:35 2016 +0000 |
| tree | e37ad64bf4e195c49998e40899d0dafdc897dffb | |
| parent | 1bd0712e7c73e14dd8519a13567904d65b1fe6a6 [diff] | |
| parent | 0af2aa0be30f8ab32229d966d012ecfce56f1c91 [diff] |
Merge "su.te: drop domain_deprecated and app auditallow rules."
diff --git a/domain.te b/domain.te index 98edece..fb672ad 100644 --- a/domain.te +++ b/domain.te
@@ -96,6 +96,9 @@ 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)