summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
* Add note about seccomp to steam #2860Libravatar rusty-snake2019-10-13
|
* shorten fedora firefox private-binLibravatar rusty-snake2019-10-12
| | | | | Possible `false,pidof,rmdir,true` can also be removed. unsure. [skip ci]
* kalgebra.profile, kalgebramobile.profileLibravatar rusty-snake2019-10-12
|
* add HAS_X11 conditional, disconnect session manager - #2205Libravatar smitsohu2019-10-08
|
* Fix wusc for gearyLibravatar glitsj162019-10-07
| | | The included firefox.profile has wusc now. We need to whitelist /usr/share/geary to avoid breakage.
* Move wusc into eo-common.profileLibravatar glitsj162019-10-07
|
* Move wusc into eo-common.profileLibravatar glitsj162019-10-07
|
* Move wusc into eo-common.profileLibravatar glitsj162019-10-07
|
* various profile fixesLibravatar rusty-snake2019-10-06
|
* Fix wusc in thunderbirdLibravatar glitsj162019-10-06
|
* Wusc fixes (#2992)Libravatar glitsj162019-10-06
| | | | | | | | | | | | * Add wusc to eom * Fix wusc in firefox Without access to /usr/share/ca-certificates all HTTPS traffic gets the FF dialog 'Warning: Potential Security Risk Ahead'. Probably needed in thunderbird profile too (untested). * Fix wusc ordering in meld Just an alphabetical ordering nitpick.
* whitelist-usr-share-common.inc (#2972)Libravatar rusty-snake2019-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Work on whitelist-usr-share-common * sorting; add Modules + QT/KDE stuff * add wusc.inc to more profiles [needs testing] * update * gitg, firefox, evince * /usr/share/{p11-kit,pixmaps,pki,qt5,tcl8.6,terminfo} * more profiles * remove wusc.inc from feedreader Even with 'whitelist /usr/share/*', feedreader trys to dereference a NULL pointer. * more profiles * whitelist /usr/share breaks wget even with whitelist /usr/share/* * extend wusc.inc * update * Add alsa,crypto-policies and zoneinfo * readd wusc.inc to wget and feedreader * update * testing results: Debian Buster with KDE * more KDE stuff * fix tb
* remove trailing slashesLibravatar rusty-snake2019-10-05
|
* Update firefox-common-addons.incLibravatar rusty-snake2019-10-05
|
* add private-tmp to unbound profileLibravatar smitsohu2019-10-01
|
* Update evinceLibravatar rusty-snake2019-09-28
| | | | | | | private-lib: - Add note about possible two-page-view breaktage - add libgraphite2.so.* remove mdwe
* fixup! add missing blacklist pathsLibravatar rusty-snake2019-09-28
|
* Fix sorting (caught by GitLab CI tests)Libravatar Fred Barclay2019-09-28
|
* fix ffprobeLibravatar rusty-snake2019-09-28
| | | | | | | | | | | $ firejail ffprobe VIDEO execvp: No such file or directory $ firejail --noprofile --private-bin=ffprobe ffprobe VIDEO execvp: No such file or directory $ firejail --ignore=private-bin ffprobe VIDEO Works ffprobe is the only file in PATH that is touched (see --build).
* add missing blacklist pathsLibravatar rusty-snake2019-09-28
|
* KeePassXC: Added a warning regarding tray iconLibravatar Timo Hardebusch2019-09-28
|
* profiles: fix audio playback with ffplayLibravatar Reiner Herrmann2019-09-28
| | | | https://bugs.debian.org/941241
* protect files that can execute commandsLibravatar rusty-snake2019-09-22
|
* Inkscape: allow xcf exportLibravatar rusty-snake2019-09-22
| | | close #2967
* add allow-debuggers to steam.profile (#2971)Libravatar corecontingency2019-09-21
|
* readd .config/dconf to whitelist-common because …Libravatar rusty-snake2019-09-21
| | | | … it breaks feedreader and potential also other programs
* Create pngquant.profileLibravatar rusty-snake2019-09-21
|
* Create gnome-latex.profileLibravatar rusty-snake2019-09-20
|
* apparmor: permit writing to trace fileLibravatar smitsohu2019-09-18
|
* Add allow-perl.inc to w3m.profile (#2965)Libravatar Ethan R2019-09-16
| | | | | | * Removed disable-interpreters.inc from w3m.profile * disable-interpreters + allow-perl
* Fix #2899Libravatar rusty-snake2019-09-15
|
* typos [skip ci]Libravatar rusty-snake2019-09-14
|
* "Net None" Option Breaks Functionality (#2962)Libravatar Barış Ekin Yıldırım2019-09-14
| | | Netfilter is fine but "net none" option breaks functionality of marketplace.
* Fix #2945 (Signal 1.27 Fails to Start)Libravatar rusty-snake2019-09-13
|
* Update SkypeForLinux profile for latest version (#2960)Libravatar Denys Havrysh2019-09-13
| | | Fixes #2933
* Add ar profile (#2949)Libravatar glitsj162019-09-08
| | | | | | * Add ar to firecfg * Create ar.profile
* Fix private-bin in tar.profileLibravatar glitsj162019-09-06
| | | Fixes #2942.
* Fix gnome-scheduleLibravatar glitsj162019-09-06
| | | This fixes #2941.
* Update syscalls.txtLibravatar rusty-snake2019-09-05
|
* remove ~/.config/dconf from whitelist-common.incLibravatar rusty-snake2019-09-05
| | | | | - dconf database is read-only (fde6e04b) and accessed over dbus, there are no reasons to keep it in the sandbox
* explain removal of nodbus in qpdfview.profileLibravatar smitsohu2019-09-05
| | | see previous commit, #2879
* Merge pull request #2879 from Edu4rdSHL/patch-1Libravatar smitsohu2019-09-05
|\ | | | | qpdfview: Fix issue when opening a file from file manager
| * Fix issue when opening a file from file managerLibravatar Eduard Tolosa2019-07-29
| | | | | | I can confirm https://github.com/netblue30/firejail/pull/2837#issuecomment-511334363 when opening a file from `pcmanfm`, it doesn't open if qpdfview contains `nodbus`
* | fixup! Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| |
* | fix #2669Libravatar rusty-snake2019-08-30
| |
* | Use new seccomp syntax (#2926) in more profilesLibravatar rusty-snake2019-08-30
| | | | | | | | | | | | | | | | | | | | Rules for redirecting profiles: - add exceptions: just add 'seccomp !SYSCALL' - remove exception: ``` seccomp ignore seccomp ```
* | Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| |
* | Use new seccomp syntax from #2926Libravatar rusty-snake2019-08-30
| |
* | Fix private-bin order in ghostwriter.profileLibravatar glitsj162019-08-26
| |
* | Fix order of private-cache in mpsyt.profileLibravatar glitsj162019-08-26
| |