valoq's bubblewrap scripts
Go to file
valoq e4bb190497
fixed typo
2017-02-23 10:53:46 +01:00
profiles added example scripts 2017-02-22 21:16:05 +01:00
LICENSE Initial commit 2017-02-17 09:26:49 +01:00
README.md fixed typo 2017-02-23 10:53:46 +01:00
exportFilter.c added export BPF program 2017-02-17 10:10:24 +01:00

README.md

bwscripts

Bubblewrap example scripts

This repository contains some tools for working with bubblewrap as well as example profile scripts for several programs to show how bubblewrap can be used to sandbox applications.

Install

To automatically use the sandboxed applications profiles, copy the scripts to /usr/local/bin and make them executable. By default a seccomp bpf file is expected in that directory as well. Use the exportFilter program to generate the seccomp bpf file. You can create individual filters by specifying syscalls to be blacklisted or whitelisted using the defined macros.

Disclaimer

This repository is not associated with the official bubblewrap project

Warning

Using the provided scripts to sandbox linux desktop applications only provides limited protection as there are several weak points like the X-Window-Server and Dbus IPC that need to be isolated as well to prevent sandbox escape.