Skip to content
Snippets Groups Projects
Commit 09a1719c authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow system_server to read from log daemon."

parents e42cebe6 bafbf813
No related branches found
No related tags found
No related merge requests found
...@@ -264,6 +264,9 @@ selinux_manage_policy(system_server) ...@@ -264,6 +264,9 @@ selinux_manage_policy(system_server)
# (urge is to deprecate this long term) # (urge is to deprecate this long term)
allow system_server zygote:unix_dgram_socket write; allow system_server zygote:unix_dgram_socket write;
# Read from log daemon.
read_logd(system_server)
# Be consistent with DAC permissions. Allow system_server to write to # Be consistent with DAC permissions. Allow system_server to write to
# /sys/module/lowmemorykiller/parameters/adj # /sys/module/lowmemorykiller/parameters/adj
# /sys/module/lowmemorykiller/parameters/minfree # /sys/module/lowmemorykiller/parameters/minfree
......
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