[all-commits] [llvm/llvm-project] 7fa342: Remove attach-failed-due-to-SIP checks which were ...

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu Apr 16 15:29:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fa342bd2a6be51998c399f145143d8f45da1f4d
      https://github.com/llvm/llvm-project/commit/7fa342bd2a6be51998c399f145143d8f45da1f4d
  Author: Jason Molenda <jason at molenda.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M lldb/tools/debugserver/source/RNBRemote.cpp

  Log Message:
  -----------
  Remove attach-failed-due-to-SIP checks which were not working

The SIP debugserver was calling in attach_failed_due_to_sip
haven't worked for a while; remove them.  To check this
properly we'd need debugsever to call out to codesign(1) to
inspect the entitlements, or the equivalant API,
and I'm not interested in adding that at this point.  SIP
is has been the default on macOS for a couple of releases
and it's expected behavior now.

<rdar://problem/59198052>




More information about the All-commits mailing list