Skip to content
Snippets Groups Projects
Commit 73c5ea72 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

fix typo

Change-Id: Ieda312d5607dd17af0bb70045fbaba8ddec38c94
parent c4a3b510
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ neverallow { appdomain -unconfineddomain } zygote_socket:sock_file write; ...@@ -202,7 +202,7 @@ neverallow { appdomain -unconfineddomain } zygote_socket:sock_file write;
neverallow { appdomain -unconfineddomain } { domain -appdomain }:process ptrace; neverallow { appdomain -unconfineddomain } { domain -appdomain }:process ptrace;
# Write access to /proc/pid entries for any non-app domain. # Write access to /proc/pid entries for any non-app domain.
neverallow { appdomain -unconfineddomain } { domain - appdomain }:file write; neverallow { appdomain -unconfineddomain } { domain -appdomain }:file write;
# signal access to non-app domains. # signal access to non-app domains.
# sigchld allowed for parent death notification. # sigchld allowed for parent death notification.
......
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