aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail
Commit message (Expand)AuthorAge
* refactor private-cache and tmpfsLibravatar smitsohu2018-11-26
* Misc. typos Libravatar luz.paz2018-11-19
* Remove -c from usage completely.Libravatar Glenn Washburn2018-11-18
* Add better documentation for "-c" option.Libravatar Glenn Washburn2018-11-18
* Merge pull request #2255 from crass/fix-profile-name-handlingLibravatar netblue302018-11-14
|\
| * Allow prefixing colon to profile argument of --profile to for a profile searc...Libravatar Glenn Washburn2018-11-09
* | still fixing indentationLibravatar smitsohu2018-11-13
* | identation fixLibravatar smitsohu2018-11-13
* | misc small adjustmentsLibravatar smitsohu2018-11-13
|/
* Have appimage handling be the same with or with out special -- argument.Libravatar Glenn Washburn2018-11-08
* fix compileLibravatar netblue302018-11-08
* profile parser testingLibravatar netblue302018-11-08
* Add new config option to disable U2F in browsers, enabled by defaultLibravatar Tad2018-11-05
* fix --bandwidth commandLibravatar netblue302018-11-05
* recursive remounts: add fallback for old kernels, some improvementsLibravatar smitsohu2018-11-04
* mount appimages nodev,nosuidLibravatar smitsohu2018-11-04
* fs_whitelist: minor mountinfo check improvement, cleanupLibravatar smitsohu2018-11-04
* adding --net.print command line optionLibravatar netblue302018-10-29
* little tweaks, cosmetic changesLibravatar smitsohu2018-10-26
* fix: return with euid 0Libravatar smitsohu2018-10-25
* experimental: remounts child mount points as well (read-only, read-write, noe...Libravatar smitsohu2018-10-25
* improve some error messagesLibravatar smitsohu2018-10-17
* improve clean_pathname functionLibravatar smitsohu2018-10-17
* fs_whitelist: cache length of home directory stringLibravatar smitsohu2018-10-17
* fix #2197Libravatar netblue302018-10-17
* Merge pull request #2199 from crass/fix-2142-firefox-sandbox-appimageLibravatar netblue302018-10-17
|\
| * Do not override user provided seccomp lists when in chroot/overlay/appimage, ...Libravatar Glenn Washburn2018-10-16
* | Allow include to search userdir then systemdir for "bare" profile file names.Libravatar Glenn Washburn2018-10-17
* | Add support for rudimentary conditionals in profiles, currently only the HAS_...Libravatar Glenn Washburn2018-10-16
|/
* Update man pages and usage to reflect --profile enhancement.Libravatar Glenn Washburn2018-10-15
* Allow specifying a profile "name" with the profile option (eg. --profile=fire...Libravatar Glenn Washburn2018-10-15
* rename expand_home -> expand_macros to better reflect usage and remove unneed...Libravatar Glenn Washburn2018-10-15
* tentative fix: automatically mount libdir in chroot - #2176Libravatar smitsohu2018-10-15
* Merge pull request #2192 from crass/fix-ld.so.preload-pathLibravatar startx20172018-10-14
|\
| * The path in ld.so.preload should point to RUN_FIREJAIL_LIB_DIR, as LIBDIR may...Libravatar Glenn Washburn2018-10-13
* | Make --join return exit code of the invoked programLibravatar Paweł2018-10-14
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-10-13
|\|
| * bringing in the fix for always have helpers in sandbox (original pull rq from...Libravatar netblue302018-10-13
| * private-lib fixLibravatar netblue302018-10-13
| * Revert "Fix issue #2148: Make sure firejail can find helper programs in sandb...Libravatar netblue302018-10-13
| * Fix issue #2148: Make sure firejail can find helper programs in sandbox regar...Libravatar Glenn Washburn2018-10-13
* | improve clean_pathname() function: drop reallocLibravatar smitsohu2018-10-13
|/
* fs_whitelist: no warning if macro resolution fails because of missing homedirLibravatar smitsohu2018-10-12
* clean homedir pathnameLibravatar smitsohu2018-10-12
* allow overriding of disable-mnt with noblacklist - #2154Libravatar smitsohu2018-10-11
* clean /run/user directoryLibravatar smitsohu2018-10-07
* Merge pull request #2141 from crass/fix-appimage-hdr-calcLibravatar netblue302018-10-06
|\
| * Update appimage size calculation to newest code from libappimage.Libravatar Glenn Washburn2018-10-05
* | Merge pull request #2130 from crass/fix-2045Libravatar netblue302018-10-04
|\ \
| * | Fix command name parsing so that program paths with spaces do not cause the w...Libravatar Glenn Washburn2018-10-01
| |/