Skip to content
Snippets Groups Projects
Commit ddd5ebf8 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 13e44ec7: allow system_server block_suspend

* commit '13e44ec7':
  allow system_server block_suspend
parents 58336fc6 13e44ec7
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,8 @@ allow system_server self:capability { ...@@ -37,6 +37,8 @@ allow system_server self:capability {
sys_tty_config sys_tty_config
}; };
allow system_server self:capability2 block_suspend;
# Triggered by /proc/pid accesses, not allowed. # Triggered by /proc/pid accesses, not allowed.
dontaudit system_server self:capability sys_ptrace; dontaudit system_server self:capability sys_ptrace;
......
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