[MacPorts] #66358: sip-workaround no longer works on macOS 13 Ventura due to new security features

MacPorts noreply at macports.org
Tue Feb 14 03:47:31 UTC 2023


#66358: sip-workaround no longer works on macOS 13 Ventura due to new security
features
-------------------------+---------------------
  Reporter:  reneeotten  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  base        |    Version:
Resolution:              |   Keywords:  ventura
      Port:              |
-------------------------+---------------------

Comment (by kencu):

 well you can't run the binary if you move it, that is for sure:

 {{{
 cp /usr/bin/make ./make

  % /usr/bin/make --version
 GNU Make 3.81
 Copyright (C) 2006  Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

 This program built for i386-apple-darwin11.3.0

 % ./make --version
 zsh: killed     ./make --version
 }}}

 but I can't (so far) figure out how to codesign it:
 {{{
  1008  codesign -f -i - make
  1009  codesign -f -i make
  1010  codesign -f -i make
  1011  man codesign
  1012  codesign -f make
  1013  codesign -d make
 }}}

 nothing works (yet).

-- 
Ticket URL: <https://trac.macports.org/ticket/66358#comment:15>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list