aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* fix seccomp secondary filter printing on i386 platformLibravatar netblue302017-08-30
|
* tentative fix for Debian cross-platform buildLibravatar netblue302017-08-30
|
* starting 0.9.50~rc2Libravatar netblue302017-08-30
|
* typo in seccomp filter nameLibravatar Reiner Herrmann2017-08-29
|
* include chroot tests in dist tarballLibravatar Reiner Herrmann2017-08-29
|
* run sysutils tests in test targetLibravatar Reiner Herrmann2017-08-29
|
* pidstr needs 11 bytes (10 + NULL)Libravatar Reiner Herrmann2017-08-29
| | | | | | | | | | | | | also use %d because index is signed int. Found by compiler: netstats.c:165:23: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] snprintf(pidstr, 10, "%u", index); ^~~~ In file included from /usr/include/stdio.h:938:0, from firemon.h:24, from netstats.c:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 10
* Fix pointer dereferenceLibravatar Reiner Herrmann2017-08-29
| | | | | | | Found by compiler: fs_bin.c:108:14: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (++fname == '\0') ^~
* Merge pull request #1500 from pizzadude/patch-3Libravatar Fred Barclay2017-08-28
|\ | | | | firejail profile for itch.io desktop app
| * firejail profile for itch.io desktop appLibravatar PizzaDude2017-08-28
|/
* Fix #1498Libravatar Fred-Barclay2017-08-28
| | | | | | This fixes an issue from f12c7af205ddd6c0d75587702f01688dc62a86c5 where a private-etc filter was added, which broke atril loading on Ubuntu 17.04 with the message: "/usr/bin/atril: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory"
* fix release notes0.9.50-rc1Libravatar netblue302017-08-28
|
* 0.9.50~rc1Libravatar netblue302017-08-28
|
* cleanupLibravatar netblue302017-08-27
|
* --private-bin: restrict full paths to the directories in the listLibravatar netblue302017-08-27
|
* Merge pull request #1496 from SpotComms/mmcLibravatar netblue302017-08-27
|\ | | | | Fix MulitMC5 and Xonotic
| * Fix MulitMC5 and XonoticLibravatar Tad2017-08-27
|/
* mergesLibravatar netblue302017-08-25
|
* Merge pull request #1494 from LaurentGH/masterLibravatar netblue302017-08-25
|\ | | | | Allow private-bin parameters to be absolute paths
| * Allow private-bin parameters to be an absolute pathLibravatar LaurentGH2017-08-24
| | | | | | With Ubuntu 16.04, /usr/bin/which is a symlink to /bin/which. So, using "private-bin which" finds "which" in /usr/bin and adds the symlink to "which" in /bin mapped directory. The /bin directory thus contains a symlink named "which" pointing to "/bin/which" (itself). This creates a symlink loop, and does not work. In order to solve this, the full path can now be used, such as "private-bin /bin/which".
* | Merge pull request #1493 from SpotComms/xfLibravatar netblue302017-08-25
|\ \ | | | | | | Fix #1492
| * | Fix #1492Libravatar Tad2017-08-24
| |/
* | Merge pull request #1495 from hawkeye116477/masterLibravatar Fred Barclay2017-08-24
|\ \ | |/ |/| Support for gnome-shell integration extension in Waterfox
| * Support for gnome-shell integration extension in WaterfoxLibravatar hawkeye1164772017-08-24
|/
* fix compiling when seccomp is disabledLibravatar Reiner Herrmann2017-08-23
|
* man pageLibravatar netblue302017-08-23
|
* enforce seccompLibravatar netblue302017-08-23
|
* fix seccomp.keep for #1490Libravatar netblue302017-08-23
|
* deb, rpmLibravatar netblue302017-08-23
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302017-08-23
|\
| * Merge pull request #1489 from smitsohu/profilefixesLibravatar netblue302017-08-23
| |\ | | | | | | profile fixes and enhancements
| | * harmonize vlc and cvlcLibravatar smitsohu2017-08-22
| | |
| | * comment private-etcLibravatar smitsohu2017-08-22
| | |
| | * various profile fixesLibravatar smitsohu2017-08-22
| | |
| * | Merge pull request #1488 from SpotComms/mfLibravatar netblue302017-08-23
| |\ \ | | | | | | | | Various changes
| | * | Add private-etc to XonoticLibravatar Tad2017-08-22
| | | |
| | * | Harden /varLibravatar Tad2017-08-22
| | | |
| | * | Fix Steam regressionsLibravatar Tad2017-08-22
| | | |
| | * | Add a profile for NeverballLibravatar Tad2017-08-22
| | |/
* | / mergesLibravatar netblue302017-08-23
|/ /
* | undo RELNOTESLibravatar netblue302017-08-23
| |
* | make deb; fixed strings profileLibravatar netblue302017-08-23
| |
* | cleanupLibravatar netblue302017-08-23
| |
* | seccomp: fix errnoLibravatar netblue302017-08-22
|/
* testingLibravatar netblue302017-08-21
|
* compile fixesLibravatar netblue302017-08-21
|
* testing, mergesLibravatar netblue302017-08-21
|
* Typo for notvLibravatar Fred-Barclay2017-08-20
|
* enhancement: print all seccomp filters under --debugLibravatar netblue302017-08-20
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302017-08-20
|\