aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | Merge pull request #2392 from glitsj16/netlinkLibravatar glitsj162019-02-08
|\ \ | | | | | | Add netlink to QMediathekView
| * | Add netlink to QMediathekViewLibravatar glitsj162019-02-08
|/ /
* | small changesLibravatar Tad2019-02-07
| | | | | | | | | | | | - merges - klavaro nitpick - vscodium alias for code, from ParrotSec downstream fork
* | move more copyright statements to 2019Libravatar smitsohu2019-02-07
| |
* | 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
| * | Review klavaro.profileLibravatar rusty-snake2019-02-06
| | |
| * | 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
| | |
| * | profiles: grant zoom access to its configurationLibravatar Patrik Flykt2019-02-05
| | | | | | | | | | | | https://bugs.debian.org/921454
| * | Merge pull request #2390 from glitsj16/apparmorLibravatar Reiner Herrmann2019-02-05
| |\ \ | | | | | | | | Retain local apparmor customizations
| | * | Update firejail-localLibravatar glitsj162019-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.
| | * | Retain local apparmor customizationsLibravatar glitsj162019-02-05
| |/ / | | | | | | This fixes https://github.com/netblue30/firejail/issues/2388.
* / / strncmp byte count fixesLibravatar smitsohu2019-02-06
|/ /
* | firejail.config fixesLibravatar smitsohu2019-02-04
| | | | | | | | always print a warning, treat join-or-start like join
* | Add '$HOME/.local/share/pki' to blacklistLibravatar Vincent432019-02-03
| | | | | | | | | | Since nss 3.42, '$HOME/.local/share/pki' is supported dir for storing certs https://hg.mozilla.org/projects/nss/rev/da45424cb9a0b4d8e45e5040e2e3b574d994e254
* | relnotesLibravatar netblue302019-02-02
| |
* | remove noexec home from chromium-based browsersLibravatar netblue302019-02-02
| |
* | Merge pull request #2386 from SkewedZeppelin/noexecpfLibravatar netblue302019-02-02
|\ \ | | | | | | Temporary fix for noexec ${HOME} breakage
| * | Temporary fix for noexec ${HOME} breakageLibravatar Tad2019-02-02
|/ /
* | Add a missing path to vivaldi profile, partial fix for #2383Libravatar Tad2019-02-01
| |
* | Merge pull request #2384 from carloabelli/mprisLibravatar Vincent432019-02-01
|\ \ | | | | | | remove nodbus from MPRIS client profiles
| * | remove nodbus from MPRIS client profilesLibravatar Carlo Abelli2019-02-01
| | | | | | | | | | | | | | | | | | | | | MPRIS is a D-Bus interface for controlling media players. The nodbus option prevents these players from being controlled through MPRIS. It seems that most of the other media players did not have the nodbus option or it was already commented out.
* | | --name reworkLibravatar netblue302019-02-01
|/ /
* | Merge pull request #2372 from rusty-snake/additional-blacklistingLibravatar SkewedZeppelin2019-01-30
|\ \ | | | | | | additional blacklisting
| * | Update some IDE profilesLibravatar rusty-snake2019-01-29
| | |
| * | Update wget.profileLibravatar rusty-snake2019-01-27
| | |
| * | additional blacklistingLibravatar rusty-snake2019-01-27
| | |
* | | pybitmessage.profile: remove memory-deny-write-executeLibravatar Vincent432019-01-30
| | | | | | | | | On some systems it causes app to crash on startup, see https://github.com/netblue30/firejail/issues/2379
* | | alphabetizeLibravatar smitsohu2019-01-30
| | |
* | | misc profile hardening (xdg blacklist, private-cache, netfilter)Libravatar smitsohu2019-01-30
| | |
* | | Fixup qtox profile, closes #2374Libravatar Tad2019-01-28
| | |
* | | Fixup cliqz profile, closes #2377Libravatar philotux2019-01-28
| | |
* | | Fix parsing of cgroup option in configLibravatar Reiner Herrmann2019-01-27
| | |
* | | enable/disable cgroup in firejail.configLibravatar netblue302019-01-27
| | |
* | | Merge pull request #2373 from rusty-snake/fix_gnome-mapsLibravatar Fred Barclay2019-01-27
|\ \ \ | | | | | | | | Fix gnome-maps
| * | | Fix gnome-mapsLibravatar rusty-snake2019-01-27
| |/ /
* | | Allow processes confined with AppArmor to obtain some process informationLibravatar Reiner Herrmann2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | 'firejail --apparmor chromium' logged a huge amount of apparmor denials, because it wants to use read/readby permissions. Allow those accesses, but keep full tracing disabled by default. See also: https://bugs.debian.org/912587 and apparmor.d(5)
* | | moving to 0.9.59Libravatar netblue302019-01-27
|/ /
* | Merge branch 'master' of http://github.com/netblue30/firejail0.9.58Libravatar netblue302019-01-26
|\ \
| * | Add deb-apparmor build to Gitlab CILibravatar Fred-Barclay2019-01-26
| | |
| * | Switch ubuntu:latest to ubuntu:rolling for Gitlab CILibravatar Fred-Barclay2019-01-26
| | | | | | | | | | | | | | | | | | | | | Ubuntu:rolling is the latest Ubuntu release (LTS and/or non-LTS). Since debian:latest already provides a reasonable base for testing firejail builds on older Debian-based systems, use ubuntu:rolling to test on relatively new systems.
* | | fix seccomp-run-files.expLibravatar netblue302019-01-26
|/ /