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

Unified Diff: tools/mac/exception_port_tool.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 | « tools/generate_dump.ad ('k') | tools/mac/sectaskaccess_info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mac/exception_port_tool.ad
diff --git a/tools/mac/exception_port_tool.ad b/tools/mac/exception_port_tool.ad
index d781a4177bffbfd7b4b7ef88271dfda81fab8567..cf7af74fe3cb9193d2653f48f5e8ee1c0287ae47 100644
--- a/tools/mac/exception_port_tool.ad
+++ b/tools/mac/exception_port_tool.ad
@@ -92,10 +92,11 @@ with process id 'PID' instead of the current task associated with the tool. When
this option is supplied, 'COMMAND' must not be specified.
+
This option 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 to use
-this option. 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 to use this option. It is possible to install this program as a
+setuid root executable to overcome this limitation.
*-h*, *--show-host*::
Shows the original host exception ports before making any changes requested by
« no previous file with comments | « tools/generate_dump.ad ('k') | tools/mac/sectaskaccess_info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698