├── LICENSE ├── README.md ├── exportFilter.c └── profiles ├── atool ├── evince ├── firefox ├── imv ├── libreoffice ├── mpv ├── ouch ├── seccomp_default_filter.bpf ├── signal-desktop ├── vlc └── zathura /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/README.md -------------------------------------------------------------------------------- /exportFilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/exportFilter.c -------------------------------------------------------------------------------- /profiles/atool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/atool -------------------------------------------------------------------------------- /profiles/evince: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/evince -------------------------------------------------------------------------------- /profiles/firefox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/firefox -------------------------------------------------------------------------------- /profiles/imv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/imv -------------------------------------------------------------------------------- /profiles/libreoffice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/libreoffice -------------------------------------------------------------------------------- /profiles/mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/mpv -------------------------------------------------------------------------------- /profiles/ouch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/ouch -------------------------------------------------------------------------------- /profiles/seccomp_default_filter.bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/seccomp_default_filter.bpf -------------------------------------------------------------------------------- /profiles/signal-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/signal-desktop -------------------------------------------------------------------------------- /profiles/vlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/vlc -------------------------------------------------------------------------------- /profiles/zathura: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valoq/bwscripts/HEAD/profiles/zathura --------------------------------------------------------------------------------