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

am ddd5ebf8: am 13e44ec7: allow system_server block_suspend

* commit 'ddd5ebf8':
  allow system_server block_suspend
parents d3c526a1 ddd5ebf8
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.
Please register or to comment