Custom scripts for running common programs within bwrap (with minimal seccomp profiles).
Find a file
2023-12-09 23:50:27 +00:00
mpv Remove trailing spaces 2023-12-09 22:51:56 +00:00
scripts scripts: .gitignore 2023-12-09 23:48:16 +00:00
template Remove trailing spaces 2023-12-09 22:51:56 +00:00
LICENSE Initial commit 2023-12-09 21:07:38 +00:00
README.md README 2023-12-09 23:50:27 +00:00

My scripts for bwrap

I aimed to make it easy to create new bwrap scripts (with seccomp) by making a template script that can easily be modified.

Bwrapped programs

Templates

Helpful scripts

  • strace.sh - Get list of syscalls from a strace log (these seem to miss some syscalls)
  • auditd.sh - Get a list of syscalls from an auditd log: syscalls are logged to auditd when a filter using SCMP_ACT_LOG is in use.