Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: tools/generate_dump.ad

Issue 822533002: generate_dump, exception_port_tool: set SecTaskAccess allowed (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/mac/exception_port_tool.ad » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_dump.ad
diff --git a/tools/generate_dump.ad b/tools/generate_dump.ad
index 3521f6124566894b2314b22b0769fbd534fb9e3e..36b14d5f6e39bebc8c52e79f96576d93d7f4aae8 100644
--- a/tools/generate_dump.ad
+++ b/tools/generate_dump.ad
@@ -40,10 +40,11 @@ it will be generated from a live running process, not as a result of an
exception occurring.
This program uses +task_for_pid()+ to access the process’ task port. This
-operation may be restricted to use by the superuser or processes permitted by
-taskgated(8). Consequently, this program must normally be invoked by root. It is
-possible to install this program as a setuid root executable to overcome this
-limitation.
+operation may be restricted to use by the superuser, executables signed by an
+authority trusted by the system, and processes otherwise permitted by
+taskgated(8). Consequently, this program must normally either be signed or be
+invoked by root. It is possible to install this program as a setuid root
+executable to overcome this limitation.
This program is similar to the gcore(1) program available on some operating
systems.
« no previous file with comments | « no previous file | tools/mac/exception_port_tool.ad » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698