Skip to content
Snippets Groups Projects
Commit b9cb73ad authored by Alan Stokes's avatar Alan Stokes
Browse files

Ensure crash_dump cannot be allowed to ptrace itself.

This is not needed and could conceivably be abused.

Test: Builds.
Bug: 110107376
Change-Id: I73f301439af435fe40b3902409964cdf6e2c7dd5
parent e0db1651
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,5 @@ neverallow crash_dump {
vendor_init
vold
}:process { ptrace signal sigstop sigkill };
neverallow crash_dump self:process ptrace;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment