[MacPorts] #39349: gdb @7.6 add note about codesigning
MacPorts
noreply at macports.org
Tue Jul 23 10:40:06 PDT 2013
#39349: gdb @7.6 add note about codesigning
---------------------------+----------------------
Reporter: gunnlaugur@… | Owner: dweber@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: gdb |
---------------------------+----------------------
Comment (by sean@…):
Replying to [comment:2 egall@…]:
> Although I'm not sure if this is necessary for the Macports `gdb` port
though? MacPorts's `gdb` is already `setgid` and `procmod`:
browser:trunk/dports/devel/gdb/Portfile#L50
>
> Also if we do end up including this note with the `gdb` port, we'd
probably also want to do it with the [browser:trunk/dports/devel/gdb-
apple/Portfile gdb-apple port] as well...
I just ran into this issue as well. The procmod is correct except that for
newer OSes you need to make sure that the taskgated daemon is configured
to use the '-p' option in
`/System/Library/LaunchDaemons/com.apple.taskgated.plist`, e.g.
{{{
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/taskgated</string>
<string>-sp</string>
</array>
}}}
No code signing is needed if this is done :-)
--
Ticket URL: <https://trac.macports.org/ticket/39349#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list