aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
...
| * | Add gconf-editor to firecfgLibravatar glitsj162019-02-20
| |/
* / Add dconf-editor to firecfgLibravatar glitsj162019-02-20
|/
* Add profile for mpDris2Libravatar glitsj162019-02-19
|
* shutdown option: paranoid sleepLibravatar smitsohu2019-02-18
| | | | cf. #2401 increase head start to a full second
* HousekeepingLibravatar Fred-Barclay2019-02-17
| | | | | Make sure all files end with a newline Strip extra newlines and trailing whitespace from files
* Add profiles for mypaint & mypaint-ora-thumbnailerLibravatar rusty-snake2019-02-17
|
* typoLibravatar smitsohu2019-02-17
|
* shutdown option: give sandbox time to terminateLibravatar smitsohu2019-02-17
| | | #2401
* Merge branch 'master' of https://github.com/Lockdis/firejail into ↵Libravatar Fred-Barclay2019-02-16
|\ | | | | | | lockdis_ipc_fixes
| * add crowLibravatar Lockdis2019-01-24
| |
| * add nyx, fix g earth proLibravatar Lockdis2019-01-24
| |
* | small changesLibravatar Tad2019-02-07
| | | | | | | | | | | | - merges - klavaro nitpick - vscodium alias for code, from ParrotSec downstream fork
* | move copyright statement to 2019Libravatar smitsohu2019-02-07
| |
* | Merge pull request #2391 from rusty-snake/add_klavaro-profileLibravatar SkewedZeppelin2019-02-06
|\ \ | | | | | | Add a profile for klavaro
| * | Add a profile for klavaroLibravatar rusty-snake2019-02-06
| | |
* | | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-02-06
|\| |
| * | fix small memleakLibravatar Reiner Herrmann2019-02-05
| | |
| * | variable only used when whitelisting enabledLibravatar Reiner Herrmann2019-02-05
| | |
| * | cnt only used for debuggingLibravatar Reiner Herrmann2019-02-05
| | |
| * | move usage check to single placeLibravatar Reiner Herrmann2019-02-05
| | |
| * | use correct struct member for offsetLibravatar Reiner Herrmann2019-02-05
| | | | | | | | | | | | Fixes: #2381
| * | simplify yes/no option parsingLibravatar Reiner Herrmann2019-02-05
| | |
| * | Stress apparmor local overridesLibravatar glitsj162019-02-05
| | | | | | | | | As per discussion on https://github.com/netblue30/firejail/pull/2390, we better use slightly stronger/less optional wording when it comes to where local apparmor overrides need to be done.
* | | strncmp byte count fixesLibravatar smitsohu2019-02-06
|/ /
* | firejail.config fixesLibravatar smitsohu2019-02-04
| | | | | | | | always print a warning, treat join-or-start like join
* | --name reworkLibravatar netblue302019-02-01
| |
* | Fix parsing of cgroup option in configLibravatar Reiner Herrmann2019-01-27
| |
* | enable/disable cgroup in firejail.configLibravatar netblue302019-01-27
|/
* 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
|/