summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
* Arch Linux fixesLibravatar netblue302019-04-23
|
* proper fix for starting gajim if system-wide Flatpak locale existLibravatar Vincent432019-04-23
| | | Commit https://github.com/netblue30/firejail/commit/7fe1da929cb0a4391970ca40e64a6462e7b460ab made whole /var empty in sandbox which accidentally fixed issue even if it worked differently than its description. This commit fixes the issue in similar way but makes clear the way it's done. It also prevents potential regressions by allowing access to some common dirs under /var.
* Gajim: Allow reading of system-wide Flatpak locale (#2660)Libravatar Jean Lucas2019-04-22
| | | | Gajim will not start without being able to read this file, even if it doesn't exist.
* smplayer: Add support for youtube-dlLibravatar grizzlyuser2019-04-22
|
* Update code.profileLibravatar rusty-snake2019-04-18
|
* Update authenticator.profileLibravatar rusty-snake2019-04-18
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar Fred Barclay2019-04-18
|\
| * Merge pull request #2641 from rusty-snake/add-cheeseLibravatar netblue302019-04-18
| |\ | | | | | | Add cheese.profile
| | * Merge branch 'master' into add-cheeseLibravatar rusty-snake2019-04-13
| | |\
| | * | Add cheese.profileLibravatar rusty-snake2019-04-09
| | | |
| * | | Merge pull request #2649 from SkewedZeppelin/drm-noexecLibravatar netblue302019-04-18
| |\ \ \ | | | | | | | | | | Add a conditional to control DRM/noexec exception for browsers
| | * | | Add a conditional to control DRM/noexec exception for browsersLibravatar Tad2019-04-13
| | | |/ | | |/|
| * | | Update gajim.profile and mpv.profileLibravatar rusty-snake2019-04-18
| | | |
| * | | fix network in freeofficeLibravatar rusty-snake2019-04-17
| | | |
| * | | remove blank lines at end of fileLibravatar rusty-snake2019-04-17
| | | |
| * | | Profiles for gramps, newsboat and freeoffice (#2652)Libravatar curiosity-seeker2019-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update firecfg.config * Create gramps.profile * Update disable-programs.inc * Create newsboat.profile * Update disable-programs.inc * Update firecfg.config * Create freeoffice-planmaker * Create freeoffice-textmaker * Create freeoffice-presentations * Update disable-programs.inc * Update firecfg.config * Update newsboat.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-textmaker * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-textmaker * Rename freeoffice-planmaker to freeoffice-planmaker.profile * Rename freeoffice-presentations to freeoffice-presentations.profile * Rename freeoffice-textmaker to freeoffice-textmaker.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile * Update freeoffice-textmaker.profile * Update freeoffice-presentations.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile
| * | | Fix PostScript files opening in Evince (#2656)Libravatar Senemu2019-04-17
| | | |
| * | | Follow upstream changes in authenticator.profile (#2654)Libravatar glitsj162019-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add authenticator cache to disable-programs.inc * Update authenticator.profile Follow upstream changes in authenticator.profile
* | | | Allow access to .pythonrc.py -- see #2651Libravatar Fred Barclay2019-04-18
|/ / /
* | | Add .pythonrc.py to disable-common.inc (#2651)Libravatar Senemu2019-04-14
| | | | | | | | | | | | | | | | | | * Add .pythonrc.py to disable-common.inc * Move .pythonrc.py to more appropriate section
* | | fixed electrum not resolving domainsLibravatar veloute2019-04-14
| | |
* | | Add mp3splt, mp3wrap, oggsplt, flacspltLibravatar rusty-snake2019-04-14
|/ /
* | Fixes https://github.com/netblue30/firejail/issues/2547 (#2648)Libravatar glitsj162019-04-13
| |
* | More disable-exec and hardeningLibravatar rusty-snake2019-04-13
| |
* | More disable-exec stuff (#2647)Libravatar glitsj162019-04-13
| | | | | | | | | | | | * Add disable-exec to midori * Fix disable-exec in min
* | Add disable-exec to whoisLibravatar rusty-snake2019-04-13
| |
* | Fix networking for transmission-show and transmission-remote (#2646)Libravatar glitsj162019-04-13
| | | | | | | | | | | | * Fix networking for transmission-remote * Fix networking for transmission-show
* | Harden bibletime.profileLibravatar rusty-snake2019-04-12
| |
* | adding disable-exec.inc to the remaining profilesLibravatar netblue302019-04-12
| |
* | Merge branch 'master' of github.com:netblue30/firejailLibravatar rusty-snake2019-04-12
|\ \
| * | zsh on private-bin for #2633Libravatar netblue302019-04-10
| | |
| * | Merge pull request #2633 from veloute/filezilla-fixLibravatar netblue302019-04-10
| |\ \ | | | | | | | | private-bin breaks --join for filezilla
| | * | private-bin breaks --join for filezillaLibravatar veloute2019-03-31
| | | |
* | | | Fix klavaro.profileLibravatar rusty-snake2019-04-12
|/ / / | | | | | | | | | | | | * mdwe break with newer firejail versions * alphabetical order private-bin and add sh (bash is already there)
* | | Add utox.profileLibravatar rusty-snake2019-04-10
| | | | | | | | | | | | | | | Requested by @nyancat18 in https://github.com/netblue30/firejail/issues/1139#issuecomment-314527143
* | | in addition to bd976150 -- Temp fix firecfg (#2634)Libravatar rusty-snake2019-04-10
| |/ |/|
* | fix assogiate profileLibravatar netblue302019-04-08
| |
* | Fix typo in gnome-chess.profile (#2640)Libravatar glitsj162019-04-08
| |
* | Merge branch 'master' of http://github.com/netblue30/firejailLibravatar netblue302019-04-07
|\ \
| * | Fix git in some IDE'sLibravatar rusty-snake2019-04-07
| | |
* | | adding disable-exec.inc to more profilesLibravatar netblue302019-04-07
|/ /
* | Fixup 536510ff795373a4427cf1cdfde4a59ebb957282Libravatar SkewedZeppelin2019-04-06
| |
* | fix etr profileLibravatar netblue302019-04-05
| |
* | Fix assogiate (#2636)Libravatar glitsj162019-04-02
| |
* | Add autokey profiles (#2635)Libravatar glitsj162019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add autokey to firecfg.config * Update README.md * Update RELNOTES * Create autokey-common.profile * Create autokey-gtk.profile * Create autokey-qt.profile * Create autokey-run.profile * Create autokey-shell.profile
* | Temp fix firecfg (#2634)Libravatar glitsj162019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Temp fixes for firecfg.config * Create Builder.profile * Create clocks.profile * Create Logs.profile * Create Maps.profile * Add TODO to firecfg.config
* | Fixup #2631Libravatar SkewedZeppelin2019-03-31
| |
* | Fix gnome-logs.profile (#2630)Libravatar rusty-snake2019-03-31
|/ | | | | | * Fix gnome-logs.profile * supplemented comment for using gnome-logs.local
* Merge pull request #2625 from veloute/gnome-chess-fixLibravatar SkewedZeppelin2019-03-30
|\ | | | | add gnuchess to play against computer
| * add gnuchess to play against computerLibravatar veloute2019-03-29
| |