aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Fix lintianLibravatar Vincent432018-05-25
| | | | | W: firejail: latest-debian-changelog-entry-without-new-date E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644
* Fix more lintian warningsLibravatar Vincent432018-05-25
| | | | | | | W: firejail: debian-changelog-has-wrong-weekday 2018-05-05 is a Saturday W: firejail: latest-debian-changelog-entry-without-new-date W: firejail: latest-debian-changelog-entry-without-new-version E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644
* Fix lintian and travis warningsLibravatar Vincent432018-05-25
| | | | | | | | E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644 W: firejail: non-standard-file-perm usr/share/doc/firejail/copyright 0664 != 0644 W: firejail: non-standard-file-perm usr/share/lintian/overrides/firejail 0664 != 0644 configure: WARNING: unrecognized options: --enable-git-install
* globbing support in private-libLibravatar netblue302018-05-25
|
* little x11_xorg cleanupLibravatar smitsohu2018-05-25
|
* Fix #1953 - noexec home breaks krita on ArchLibravatar Fred-Barclay2018-05-23
|
* Merge pull request #1954 from ghantoos/f/slack_localeLibravatar Vincent432018-05-23
|\ | | | | Add dictionary access to Slack
| * Add dictionnary access to SlackLibravatar Ignace Mouzannar2018-05-23
|/
* Fixup Discord profilesLibravatar Tad2018-05-21
| | | | Packagers seem to be all using different names
* private-lib cleanupLibravatar netblue302018-05-20
|
* reverted commit 5a3eefa6e70e824f545add9169202f788a9ce14d, issue #1948Libravatar netblue302018-05-20
|
* Fixup xplayerLibravatar Tad2018-05-20
| | | | See https://github.com/netblue30/firejail/commit/14e95834c7d2a9b1b7920b97cb48682b5ad63942#commitcomment-29051315
* Fixup xedLibravatar Tad2018-05-20
| | | | See https://github.com/netblue30/firejail/commit/b4e484e50f22894683c6974bc01e171dd2b19e3d#commitcomment-29051254
* tentative fix for issue #1948Libravatar netblue302018-05-19
|
* xplayer requires pythonLibravatar Fred-Barclay2018-05-18
|
* xed requires pythonLibravatar Fred-Barclay2018-05-18
|
* whitelist-var-common breaks xreader on Mint 18.3Libravatar Fred-Barclay2018-05-18
|
* 0.9.55Libravatar netblue302018-05-16
|
* x11 cleanup (remove superfluous set_perms)Libravatar smitsohu2018-05-16
|
* 0.9.54 testing0.9.54Libravatar netblue302018-05-16
|
* fix --dnsLibravatar netblue302018-05-15
|
* Merge branch 'master' of http://github.com/netblue30/firejailLibravatar netblue302018-05-14
|\
| * Merge branch 'master' of https://github.com/netblue30/firejailLibravatar startx20172018-05-14
| |\
| | * skanlite.profile: Allow access to scanner through networkLibravatar Vincent432018-05-14
| | |
| * | remove unused filesLibravatar startx20172018-05-14
| |/
* / expand seccomp macros in seccomp.drop line - macros not supported in 0.9.38Libravatar netblue302018-05-14
|/
* krita.profile: allow pythonLibravatar Vincent432018-05-13
|
* Firefox profile fix for 0.9.38 (Ubuntu 16.04) in etc-fixes/Libravatar Fred-Barclay2018-05-13
| | | | | Seccomp filter lifted from 0.9.54 version. Cosmetic errors occur for unrecognised options (such as @clock) but do not affect sandbox.
* profile fixes for 0.9.52 (Ubuntu 18.04) in etc-fixes directoryLibravatar netblue302018-05-13
|
* profile fixes for 0.9.52 (Ubuntu 18.04) in etc-fixes directoryLibravatar netblue302018-05-13
|
* moving to 0.9.54~rc3Libravatar netblue302018-05-13
|
* nodbus breaks vivaldi syncLibravatar Fred-Barclay2018-05-12
|
* merges0.9.54-rc2Libravatar netblue302018-05-12
|
* Merge pull request #1932 from RDProjekt/modulesLibravatar netblue302018-05-12
|\ | | | | Fixes to make Blender with AMD GPU work under firejail (#1931)
| * Allow AMD GPU usage by BlenderLibravatar RD Projekt2018-05-09
| |
| * Allow accessing /sys/module directoryLibravatar RD Projekt2018-05-09
| | | | | | | | | | | | | | | | | | | | It is required for example by Blender, which Firejail supports. Blender needs read-only access to /sys/module/amdgpu in order to use AMD card with OpenCL. Now user can allow such access by specifying: noblacklist /sys/module whitelist /sys/module/amdgpu read-only /sys/module/amdgpu
* | update README.mdLibravatar smitsohu2018-05-12
| |
* | Misc fixesLibravatar Tad2018-05-12
| |
* | Merge pull request #1935 from pizzadude/patch-8Libravatar Fred Barclay2018-05-10
|\ \ | | | | | | disable tracelog in firefox-common.profile
| * | Update firefox-common.profileLibravatar PizzaDude2018-05-09
| | |
| * | disable tracelog in firefox-common.profileLibravatar PizzaDude2018-05-09
| | | | | | | | | tracelog breaks firefox 60+ catastrophically in my testing
* | | harden read-write mounts, cleanupLibravatar smitsohu2018-05-11
| | |
* | | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar startx20172018-05-09
|\ \ \
| * | | mergesLibravatar Tad2018-05-09
| | | |
| * | | Merge pull request #1934 from pizzadude/patch-7Libravatar SkewedZeppelin2018-05-09
| |\ \ \ | | | | | | | | | | profile for qmmp
| | * | | profile for qmmpLibravatar PizzaDude2018-05-09
| | |/ /
| * | | Merge pull request #1933 from pizzadude/patch-6Libravatar SkewedZeppelin2018-05-09
| |\ \ \ | | |/ / | |/| | profile for sayonara player
| | * | profile for sayonara playerLibravatar PizzaDude2018-05-09
| |/ /
| * | testing hidepidLibravatar netblue302018-05-09
| | |
| * | fix /proc hidepidLibravatar netblue302018-05-09
| |/