commit | 4e85633384a4eda497a0084fc36e9919bc4fdfa9 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Thu Apr 19 10:10:22 2012 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Apr 19 10:10:22 2012 -0400 |
tree | 924dd66f3f4f9a7179baa056f322d4f12a27af5b | |
parent | a83fc379c68d0cad9bd590fb1bfd9d04f8f250fc [diff] | |
parent | f5f899c3c0f684ffba6950b343e652abd78d0fd9 [diff] |
Merge branch 'aosp'
diff --git a/system.te b/system.te index 6466e96..6389b0e 100644 --- a/system.te +++ b/system.te
@@ -34,6 +34,10 @@ # Allow settings app to set SELinux booleans selinux_setbool(system_app) + +# Allow settings app to read syslog to display AVC messages +allow system_app kernel:system syslog_read; + } #