aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* removed mincore syscall from default seccomp filterLibravatar netblue302019-01-23
|
* Edit github-desktop entree in firecfgLibravatar glitsj162019-01-22
|
* conditional testing0.9.58-rc1Libravatar netblue302019-01-21
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-01-20
|\
| * Add clawsker to firecfg.configLibravatar glitsj162019-01-20
| |
* | cleanup, minor improvementsLibravatar smitsohu2019-01-20
| |
* | disallow zero seconds timeoutLibravatar smitsohu2019-01-20
| |
* | rearrange shutdown optionLibravatar smitsohu2019-01-20
| | | | | | | | in order to run it with reduced privileges
* | signal handler fixes/improvementsLibravatar smitsohu2019-01-19
| |
* | improve chroot error handlingLibravatar smitsohu2019-01-19
|/
* adding mincore syscall to the default seccomp filter and some independent ↵Libravatar netblue302019-01-14
| | | | profiles
* fix error messageLibravatar smitsohu2019-01-13
| | | | | as --appimage can be combined with chroot and overlay options, querying it first makes the error message more correct
* fix parent death signalLibravatar smitsohu2019-01-13
| | | | | | turns out the parent death signal is reset every time the effective uid changes, hence moving the prctl call to the earliest place where the setting is persistent.
* fix netfilter-default functionality in /etc/firejail/firejail.configLibravatar netblue302019-01-09
|
* fix join/seccomp #2296Libravatar netblue302019-01-08
|
* Correctly set address length in arp framesLibravatar Nicholas Molloy2019-01-02
| | | | | | | | | | Kernel commit 99137b7 introduced an additional check of the address length. This exposed a bug in the arp code where the address length was being set incorrectly. Now the length is set from the ETH_ALEN constant declared in linux/if_ether.h This fixes #2314
* Add a profile for ghostwriter (#2319)Libravatar rusty-snake2018-12-30
| | | | | * Add a profile for ghostwriter
* join: also check proc file to detect nonewprivs bitLibravatar smitsohu2018-12-17
| | | | | redundant check that adds defense in depth and maybe one day can replace the other, file based check
* Merge pull request #2297 from smitsohu/patchLibravatar startx20172018-12-17
|\ | | | | enforce nonewprivs instead of seccomp for chroot sandboxes
| * enforce nonewprivs instead of seccomp for chroot sandboxesLibravatar smitsohu2018-12-15
| | | | | | | | | | currently users are able to specify a seccomp filter of their choosing, leaving the real defense to nonewprivs anyway.
* | New profile for supertuxkart. (#2298)Libravatar rusty-snake2018-12-16
| | | | | | | | | | | | * New profile supertuxkart * review fixes
* | fix netstats typo in man firejailLibravatar glitsj162018-12-16
|/
* join: check prctl return valueLibravatar smitsohu2018-12-14
|
* add explicit nonewprivs support to join option; accompanying small improvementsLibravatar smitsohu2018-12-14
|
* firecfg: improve error stringLibravatar smitsohu2018-12-13
| | | | emphasize that only firecfg needs all permissions, not firejail
* pulseaudio: use create_dir_as_user(); small adjustmentsLibravatar smitsohu2018-12-13
|
* Revert "pulseaudio: use env variable fallback in more cases"Libravatar smitsohu2018-12-13
| | | | | | | | | This reverts commit 93779cb9cd0d098cd3587e2f795200d98e3af1ee. That commit removed restrictions, but also added new inconsistencies. Starting again from the previous state is easier than evolving the current state, hence reverting the commit.
* pulseaudio: use env variable fallback in more casesLibravatar smitsohu2018-12-11
| | | | | | setting the PULSE_CLIENTCONFIG environment variable to the unmounted file is a safe fallback, use it in more cases when mounting is considered not an option
* add create_empty_dir_as_user function, refactorLibravatar smitsohu2018-12-11
|
* xorg: check if Xauthority mount point was createdLibravatar smitsohu2018-12-11
| | | | and print more meaningful error message
* Add a profile for thunderbird-waylandLibravatar rusty-snake2018-12-10
|
* improve sandboxing of KDE apps: set KDE_FORK_SLAVES, blacklist slave-socketsLibravatar smitsohu2018-12-07
| | | | | | | | | | setting the KDE_FORK_SLAVES environment variable removes all inconsistencies that arise from slaves running outside the sandbox or in a different sandbox; it also makes it slightly more difficult to abuse KIO in general and helps to mitigate security problems due to thumbnailing, which now always happens inside the same sandbox. The trade-off is more concurrently running slave processes. closes #2285
* add HAS_NODBUS conditional, ${RUNUSER} makroLibravatar smitsohu2018-12-07
|
* mergesLibravatar Tad2018-11-29
|
* Merge pull request #2276 from smitsohu/tmpfsLibravatar netblue302018-11-28
|\ | | | | refactor private-cache and tmpfs
| * refactor private-cache and tmpfsLibravatar smitsohu2018-11-26
| | | | | | | | | | | | has the immediate benefit that the result of combining --noexec and --tmpfs does not depend on the sequence of the options
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-11-27
|\ \
| * | Add ocenaudio to firecfg.configLibravatar glitsj162018-11-27
| |/
* | firecfg: small tweaks, fixes, man page updateLibravatar smitsohu2018-11-27
| |
* | man page typoLibravatar smitsohu2018-11-27
|/
* removed ranger from firecfg.configLibravatar veloute2018-11-24
|
* removed vim from firecfg.configLibravatar veloute2018-11-24
|
* Misc. typos Libravatar luz.paz2018-11-19
| | | Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe`
* 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 search
| * Allow prefixing colon to profile argument of --profile to for a profile ↵Libravatar Glenn Washburn2018-11-09
| | | | | | | | search, and disallow a directory to match as a profile file.
* | still fixing indentationLibravatar smitsohu2018-11-13
| | | | | | | | my editor is weird sometimes
* | identation fixLibravatar smitsohu2018-11-13
| |
* | misc small adjustmentsLibravatar smitsohu2018-11-13
| |