Skip to content

pledge.com v1.8

Compare
Choose a tag to compare
@jart jart released this 08 Oct 16:50
· 1502 commits to master since this release
7d6835c

pledge.com is a tool for sandboxing CLI commands on Linux that doesn't require root privileges. It's based on the Cosmopolitan Libc polyfills for the OpenBSD pledge() and unveil() functions which we've implemented using SECCOMP BPF and Landlock LSM.

  • Fix thread killing semantics #628
  • Fix interop with Go DNS #627