[MacPorts] #69187: Updated from version 2.8.1 to 2.9 Crowdstrike altert from IT

MacPorts noreply at macports.org
Tue May 6 05:57:10 UTC 2025


#69187: Updated from version 2.8.1 to 2.9 Crowdstrike altert from IT
-------------------------+-------------------------------------------
  Reporter:  eraldtroja  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  base        |    Version:  2.9.0
Resolution:              |   Keywords:  crowdstrike alerts, data dump
      Port:              |
-------------------------+-------------------------------------------

Comment (by jmroot):

 I guess the most expedient workaround would be to make the outermost if
 statement also check for root privileges, i.e. change line 46 of the
 Makefile from
 {{{
 @if test -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \
 }}}
 to
 {{{
 @if test "$(id -u)" -eq 0 -a -n "${DSCL}" -a -n "${DSEDITGROUP}" ; then \
 }}}

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


More information about the macports-tickets mailing list