aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* Fix overridden DBUS_SESSION_BUS_ADDRESS with nodbusLibravatar quentin2019-05-09
|
* Blacklist ~/.dbus with nodbusLibravatar quentin2019-05-09
|
* update man pages (private-dev, noexec)Libravatar smitsohu2019-05-04
|
* Add Bitwarden profile (#2673)Libravatar glitsj162019-05-02
| | | | | | | | | | * Add bitwarden to firecfg * Add support for bitwarden in disable-programs.inc * Create bitwarden.profile * Fix whitelisting and no3d in bitwarden
* typoLibravatar rusty-snake2019-04-21
|
* typo and mergesLibravatar rusty-snake2019-04-20
|
* Merge pull request #2641 from rusty-snake/add-cheeseLibravatar netblue302019-04-18
|\ | | | | Add cheese.profile
| * Add to firecfgLibravatar rusty-snake2019-04-13
| |
* | 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
| |/
* | 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
* | Add mp3splt, mp3wrap, oggsplt, flacspltLibravatar rusty-snake2019-04-14
|/
* Add utox.profileLibravatar rusty-snake2019-04-10
| | | | | Requested by @nyancat18 in https://github.com/netblue30/firejail/issues/1139#issuecomment-314527143
* fix previous commit, more seccomp testingLibravatar netblue302019-04-09
|
* seccomp fixesLibravatar netblue302019-04-09
|
* 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
* Fixes for man firejail (#2628)Libravatar glitsj162019-03-29
|
* Fix typo's in firecfg util.c (#2627)Libravatar glitsj162019-03-29
|
* Five more game profilesLibravatar Tad2019-03-28
|
* mount runtime seccomp files read-only (#2602)Libravatar smitsohu2019-03-23
| | | | | | | avoid creating locations in the file system that are both writable and executable (in this case for processes with euid of the user). for the same reason also remove user owned libfiles when it is not needed any more
* Add kid3, kid3-cli, kid3-qt (#2614)Libravatar rusty-snake2019-03-22
|
* Add freemind.profileLibravatar rusty-snake2019-03-21
|
* Another five more game profilesLibravatar Tad2019-03-20
|
* Four more game profilesLibravatar Tad2019-03-20
|
* Add a profile for DCSSLibravatar Tad2019-03-20
|
* Five more game profilesLibravatar Tad2019-03-20
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-03-20
|\
| * New profiles: Maelstrom and ostrichriderLibravatar Tad2019-03-20
| |
* | hardening: run more code unprivilegedLibravatar smitsohu2019-03-20
| |
* | security: too early to register signal handlerLibravatar smitsohu2019-03-20
|/
* minor enhancement: added robustness for setres[gu]id function callsLibravatar smitsohu2019-03-16
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-03-16
|\
| * Follow-up on flatpak/snap support (#2601)Libravatar glitsj162019-03-16
| | | | | | | | | | | | | | | | | | | | * Remove obsolete snap support from disable-programs.inc * Remove obsolete snap support from pycharm-community.profile * Update RELNOTES to reflect non-existing/dropped flatpak/snap support * Update firejail.txt to reflect flatpak/snap packages are not supported
| * Seahorse revisited (#2600)Libravatar glitsj162019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor seahorse into a whitelist profile * Refactor seahorse-tool as a whitelist profile * Create seahorse-daemon.profile * Add seahorse-daemon to firecfg * Drop blacklist /tmp/.X11-unix from seahorse.profile Thanks to @rusty-snake for pointing out blacklisting /tmp/.X11-unix is ridiculous for GUI's. * Add non-GUI option to seahorse-daemon
* | hardening: replace setuid/setgid calls with setresuid/setresgidLibravatar smitsohu2019-03-16
|/ | | | | | | | | | when nesting containers and sandboxes, it is possible setuid() fails silently to reset the saved uid, which is then cleared only by the next execve. This is solved by replacing setuid() with more robust setresuid() function calls. Also add code to drop privileges when entering the run_no_sandbox() function (along with some minor tidy up).
* Hardening compressors (#2594)Libravatar glitsj162019-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | * Harden atool * Harden cpio * Fix ordering in private-* options * Harden gzip * Harden tar * Harden bsdtar * Harden+ tar * Harden+ gzip * Harden+ cpio * Create bzip2.profile * Description for bunzip2 * Add bzip2/bunzip2 to firecfg
* Fix incorrect parsing of --keep-var-tmp commandLibravatar Lukáš Krejčí2019-03-13
| | | | | | | | | | | The command was only recognized if it was passed as the first argument. Passing it on any other position on the command line caused the following error: Error: invalid --keep-var-tmp command line option Supplying it as the first argument also resulted in other commands that are parsed after it to be silently ignored.
* Update firejail.txt (#2585)Libravatar glitsj162019-03-13
|
* Create nomacs.profile (#2535)Libravatar rusty-snake2019-03-12
| | | | | | * Create nomacs.profile * Fix nomacs.profile
* Add new profiles for lrzip and friends (#2574)Libravatar glitsj162019-03-12
| | | | | | | | | | | | | | | | | | * Create lrunzip.profile * Create lrz.profile * Create lrzcat.profile * Create lrzip.profile * Create lrztar.profile * Create lrzuntar.profile * Create zpaq.profile * Add lrzip and friends to firecfg
* Fix typo (#2554)Libravatar 7twin2019-03-12
|
* fix --list reporting for sandboxes using --x11=none; to be ported to LTS and ↵Libravatar netblue302019-03-10
| | | | firetools
* checking for invalid chars in profile filename before any other processingLibravatar netblue302019-03-10
|
* Merge pull request #2431 from smitsohu/start-torLibravatar netblue302019-03-10
|\ | | | | fix start-tor-browser.desktop.profile
| * many new tor-browser aliasesLibravatar smitsohu2019-02-21
| |
* | Add recently added (redirect) profiles to firecfg.conf (#2546)Libravatar glitsj162019-03-08
| |
* | More alphabetical ordering of firecfg.config (#2545)Libravatar glitsj162019-03-08
| |
* | Alphabetical ordering of firecfg.config (#2544)Libravatar glitsj162019-03-08
| |
* | Add a profile for praghaLibravatar Tad2019-03-07
| | | | | | | | | | + add code-oss to firecfg + potential fix for https://github.com/netblue30/firejail/issues/2051#issuecomment-470665213