aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
* fix #1467Libravatar netblue302017-08-15
|
* Fix mpv running with youtube-dl on Debian systemsLibravatar Reiner Herrmann2017-08-15
| | | | | | | youtube-dl uses python3 as shebang, which symlinks to python3.5. -> both need to be added to private-bin. Reported by Martin Dosch on https://bugs.debian.org/872287
* Add novideo and noexec /tmp to tor browsersLibravatar Tad2017-08-14
|
* TypoLibravatar Fred-Barclay2017-08-14
|
* Merge pull request #1468 from pizzadude/patch-2Libravatar Fred Barclay2017-08-14
|\ | | | | firejail profile for torbrowser-launcher
| * firejail profile for torbrowser-launcherLibravatar PizzaDude2017-08-14
| |
* | Fixes for GitterLibravatar Fred-Barclay2017-08-14
|/
* Merge pull request #1466 from SpotComms/fixndLibravatar Fred Barclay2017-08-13
|\ | | | | Fix nodvd placement
| * Fix nodvd placementLibravatar Tad2017-08-13
| |
* | Chrom* on Arch Linux no longer uses a perl scriptLibravatar Tad2017-08-13
| |
* | Harden 17 profiles using private-binLibravatar Tad2017-08-13
|/
* Merge pull request #1465 from pizzadude/patch-1Libravatar netblue302017-08-13
|\ | | | | fix smplayer for mpv
| * fix smplayer for mpvLibravatar PizzaDude2017-08-12
| | | | | | this fixes smplayer if you use the mpv backend
* | added nodvd to most profilesLibravatar netblue302017-08-13
|/
* Fix notv placementLibravatar Tad2017-08-11
|
* fix xpra profileLibravatar netblue302017-08-11
|
* added notv to most profilesLibravatar netblue302017-08-11
|
* fix commentsLibravatar smitsohu2017-08-11
|
* Add TuxGuitar profile (#1453)Libravatar smitsohu2017-08-10
| | | | | | | | | | | | | | | | | | | | * add tuxguitar profile tested for versions < 1.3 * blacklist tuxguitar * add tuxguitar * add tuxguitar * add support for tuxguitar > 1.2 higher versions fail to launch without protocol=inet,inet6 and with noexec=~. Yet, net=none seems to be still tolerated, which comes handy to block talk with internet and dbus. * unbreak tuxguitar Internet access versions >= 1.3 actually run fine with net=none enabled, if the built-in internet dependent feature is not used
* fix mate-calculator profileLibravatar netblue302017-08-10
|
* marking redirected profile filesLibravatar netblue302017-08-10
|
* fix less for #1450Libravatar netblue302017-08-10
|
* more novideo options, enhanced mediathekview (#1451)Libravatar smitsohu2017-08-10
| | | | | | | | | | | | | | * add disable-mnt * support alternative media players * add novideo * fix comment, add novideo * drop disable-mnt saving to mounted locations is legitimate use
* Add a profile alias for Firefox NightlyLibravatar Tad2017-08-10
|
* Fix bad noexec sortingLibravatar Fred Barclay2017-08-09
|
* SortingLibravatar Fred-Barclay2017-08-08
|
* various little profile fixes and enhancements (#1442)Libravatar smitsohu2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add novideo * add novideo * add novideo * put noexec last * blacklist Clementine configuration and database * blacklist Clementine configuration and database * add novideo * add novideo, permit access to ~/.java * add novideo * spoof machine-id * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * drop machine-id option private-etc hides it anyway
* Unify last 8 profilesLibravatar Tad2017-08-07
|
* Fix comments in 88 profilesLibravatar Tad2017-08-07
| | | | There may actually be some other comments that were removed, but the bulk have been restored
* Unify all profilesLibravatar Tad2017-08-07
|
* various profile fixes (#1433)Libravatar Vladimir Schowalter2017-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * calibre: add netlink protocol (FB note: removed before merge) calibre started without netlink protocol throws following error in console: Exception in thread Thread-8: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/calibre/calibre/utils/mdns.py", line 43, in run _all_ip_addresses = self.get_all_ips() File "/usr/lib/calibre/calibre/utils/mdns.py", line 27, in get_all_ips for x in netifaces.interfaces(): OSError: [Errno 95] Operation not supported * mpv: add nogroups, tracelog, ipc-namespace, private-dev I used testes all above options and didn't noticed any breakage. * qbittorrent: add netlink protocol, private-etc Netlink protocol is needed if user select to bind specific network interface in config. Otherwise it throws an error in qbittorent log: The network interface defined is invalid: tun0 Example private-etc is added but commented out by default. It's tested but as there are many different system configurations users should enable it manually. * vlc: disable memory-deny-write-execute With memory-deny-write-execute vlc freezes after loading video file. According to https://github.com/VladimirSchowalter20/firejail/commit/b18f42ab0236de7eed5888f43ba36cdaf990cbca memory-deny-write-execute is similar to PAX mprotect feature and linked github project explicitly disables that feature for vlc binary, see https://github.com/copperhead/paxd-archive/commit/deb39e0b91996e2e9c7917b3543030880cd476f4 * Update vlc.profile * wine: add nogroups Nogroups should be safe addition for wine * wireshark: allow users to run wireshark as non-root Wireshark can be run unprivileged when user is part of wireshark group. Unfortunately enabling nogroups,nonewprivs and seccomp will break it with permissions errors. Also added example private-etc option which is commented out by default for now. * cosmetic fix * mpv: comment out ipc-namespace for now As requested in review https://github.com/netblue30/firejail/pull/1433#discussion_r131550515 * calibre: disable netlink protocol It throws an error but actual breakage isn't observed for now.
* Merge pull request #1438 from smitsohu/patch-1Libravatar Fred Barclay2017-08-06
|\ | | | | Change KDE4 services folder to read-only
| * services folder is read-only nowLibravatar smitsohu2017-08-06
| |
| * Change KDE4 services folder to read-onlyLibravatar smitsohu2017-08-06
| | | | | | Configurations in this folder are not secret, but need to be protected from manipulation. Let's make it available to all KDE apps for legitimate use. Discussion in #1428
* | fix steam startup with >=llvm-4Libravatar soredake2017-08-06
|/
* Add a profile for Gnome TwitchLibravatar Tad2017-08-05
|
* Update firecfg.config and add a wireshark-* aliasLibravatar Tad2017-08-04
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302017-08-04
|\
| * Gwenview: drop kbuildsycoca5 from private-binLibravatar Vladimir Schowalter2017-08-04
| |
* | private-lib: support for /etc/firejail/firejail.configLibravatar netblue302017-08-04
|/
* Add 12 new profilesLibravatar Tad2017-08-03
| | | | apktool, Baobab, dex2jar, gitg, Hashcat, MusicBrainz Picard, OBS Studio, Remmina, sdat2img, Sound Converter, SQLiteBrowser, Truecraft
* profile fixesLibravatar Vladimir Schowalter2017-08-04
| | | | | | | | * Update qbittorrent.profile * Update gwenview.profile * Update disable-programs.inc
* Change ~/.local/share/kservices5 to read-onlyLibravatar Vladimir Schowalter2017-08-03
|
* Merge pull request #1426 from VladimirSchowalter20/masterLibravatar startx20172017-08-02
|\ | | | | Apparmor: add local configuration
| * Minor fix for completnessLibravatar Vladimir Schowalter2017-08-02
| |
| * Apparmor: add local configurationLibravatar Vladimir Schowalter2017-08-02
| |
* | Merge pull request #1424 from ↵Libravatar startx20172017-08-02
|\ \ | | | | | | | | | | | | VladimirSchowalter20/VladimirSchowalter20-apparmor-kde-fix Apparmor: update whitelist path for kde
| * | Apparmor: update whitelist path for kdeLibravatar Vladimir Schowalter2017-08-02
| |/
* | Add rambox profile from #1425Libravatar Fred Barclay2017-08-02
| |
* | FixesLibravatar Fred-Barclay2017-08-02
| |