Skip to content
Snippets Groups Projects
Commit a83fc379 authored by James Carter's avatar James Carter Committed by Stephen Smalley
Browse files

Added policy to allow SEAndroidManager to read AVC messages.

parent 730957ae
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ selinux_setenforce(system_app)
# 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;
}
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment