mptre / pick

A fuzzy search tool for the command-line
MIT License
814 stars 42 forks source link

Sanbox support for more operating systems #269

Open mptre opened 6 years ago

mptre commented 6 years ago

It would be interesting to investigate adding support for sandboxing on operating systems other than OpenBSD where pledge is available. There's seccomp on Linux and Capsicum on FreeBSD. I wouldn't worry about the portability at this stage, just the code required to get it working would be a great start.