https://github.com/JuliaLang/julia
Revision fbab4983f0dc0ca7f0ed4f5a9fab1214248cd43e authored by Elliot Saba on 18 August 2020, 16:25:30 UTC, committed by KristofferC on 19 August 2020, 12:00:53 UTC
Without this entitlement, users that wish to attach a debugger to the
codesign Julia executable they receive from `julialang.org` must strip
the codesigning signature from the Julia executable (e.g. via `codesign
--remove-signature Julia-1.5.app/Contents/Resources/bin/julia`).  This
has its disadvantages, of course, so much better to simply declare to
the OS that it's alright for other processes to attach to this process.

(cherry picked from commit bf8a8e8f9c739a0d3cb5df5227b79d3f5a6db4e8)
1 parent b3921e2
History
Tip revision: fbab4983f0dc0ca7f0ed4f5a9fab1214248cd43e authored by Elliot Saba on 18 August 2020, 16:25:30 UTC
Add `get-task-allow` entitlement to allow debuggers to attach to codesigned Julia (#37069)
Tip revision: fbab498
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.0 KB
Makefile -rw-r--r-- 27.0 KB
NEWS.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top