valoq's bubblewrap scripts
Go to file
valoq 2590986f7c
use documents path
2020-05-30 13:25:59 +02:00
profiles use documents path 2020-05-30 13:25:59 +02: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 minor improvements 2019-12-01 20:35:22 +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.