Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use trusted code inspector #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lihebi
Copy link

@lihebi lihebi commented Aug 22, 2024

Without this, if a package is installed AFTER the kernel has started, requiring the package will fail:

  1. Step 1: start a iracket kernel

  2. Step 2: install rebellion

raco pkg install --no-docs rebellion
  1. Step 3: in the existing kernel, run:
(require rebellion)
;; > eval-linklet: cannot use unsafe linklet loaded with non-original code inspector

Ref: https://racket.discourse.group/t/how-to-create-the-most-permissive-security-guard-for-a-racket-sandbox/2071/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant