aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* rewrite/partial revert of 8bff773d6a7bf70c97b3d5b751df9ec0dd6c8b5dLibravatar smitsohu2019-08-09
| | | | | | | the commit in question introduced an early check of Firejail configuration file, which broke "firejail in firejail" for some sandboxes. see issue #2877
* integrate private home options with nosound and x11 noneLibravatar smitsohu2019-08-07
| | | | fixes #2867
* private home: don't create unused temporary filesLibravatar smitsohu2019-08-07
|
* tune pam-tmpdir file permissionsLibravatar smitsohu2019-08-01
|
* Merge pull request #2883 from flacks/profiles/whalebirdLibravatar SkewedZeppelin2019-08-01
|\ | | | | Add Whalebird profile
| * Add Whalebird profileLibravatar Jean Lucas2019-07-31
| |
* | Add new Tor Browser aliasLibravatar Jean Lucas2019-07-31
|/ | | | | | | | | - tor-browser in the AUR is an international package; all other individual language variants have been removed, so, add new alias - Add 'tor-browser' and 'mv' to private-bin in launcher profile ('mv' is required when upgrading tor-browser versions) - Add 'tor-browser' to firecfg.config - Add config dir to disable-programs.inc
* CorrectionsLibravatar Jean Lucas2019-07-31
| | | | | | - Add Zulip config dir to disable-programs.inc - Add disable-xdg.inc to Zulip profile - Add Zulip to firecfg.config
* Add tb-starter-wrapper.profile (#2863)Libravatar rusty-snake2019-07-28
|
* fix private-tmp/pam-tmpdir interaction - #2685Libravatar smitsohu2019-07-27
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-07-25
|\
| * fix make scan-build for debian 10 and archLibravatar netblue302019-07-22
| |
* | fix whitelisting for homedirs outside /homeLibravatar smitsohu2019-07-25
| |
* | fix verbosity for non-authorized userLibravatar smitsohu2019-07-22
|/ | | | | | users not in firejail.users should only see the error, not the symlink warning. Also exposes less code to non- authorized users.
* fix gucharmap & add gnome-characters, gnome-character-mapLibravatar rusty-snake2019-07-18
|
* document profile support for allow-debuggers in firejail-profile man page ↵Libravatar Sebastian Hafner2019-07-17
| | | | (#2861)
* faudit: fix gcc stringop-truncation warningLibravatar smitsohu2019-07-17
|
* check for dir existence before private-* mountLibravatar smitsohu2019-07-16
| | | fixes #2859
* profile support for allow-debuggers (#2856)Libravatar Sebastian Hafner2019-07-15
|
* homedirs: turn "informational error" into warningLibravatar smitsohu2019-07-14
|
* don't allow root directory as homeLibravatar smitsohu2019-07-14
|
* uniformly mask /home in all private home optionsLibravatar smitsohu2019-07-12
|
* private-home: remove redundancyLibravatar smitsohu2019-07-12
|
* rename some variables so they don't shadow others with same nameLibravatar Reiner Herrmann2019-07-11
| | | | via lgtm.com
* Merge pull request #2850 from disconnect3d/patch-1Libravatar Reiner Herrmann2019-07-11
|\ | | | | Update pid.c
| * Update pid.cLibravatar Disconnect3d2019-07-10
| | | | | | Remove redundant `child` variable in src/lib/pid.c
* | Update libpostexecseccomp.c (#2851)Libravatar Disconnect3d2019-07-11
| | | | | | | | | | | | | | | | | | * Update libpostexecseccomp.c Remove `if (size != 0)` condition, which is always true as there is a `if (size <= 0)` condition before. Also note that if the `if (size <= 0)` condition wouldn't be there and `size` would be 0, there would have been an undefined behavior in due to division by zero in `(unsigned short) size / (unsigned short) sizeof(struct sock_filter);`. Found with LGTM: https://lgtm.com/projects/g/netblue30/firejail/snapshot/961c4ca00425b60a7bc8543460031a8ebf3d8aa6/files/src/libpostexecseccomp/libpostexecseccomp.c#x838c24f710410160:1
* | remove duplicate fclose/freeLibravatar Reiner Herrmann2019-07-10
|/
* Add redirects for mpg123 (#2847)Libravatar glitsj162019-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create conplay.profile * Create mpg123.bin.profile * Create mpg123-alsa.profile * Create mpg123-id3dump.profile * Create mpg123-jack.profile * Create mpg123-nas.profile * Create mpg123-openal.profile * Create mpg123-oss.profile * Create mpg123-portaudio.profile * Create mpg123-pulse.profile * Create mpg123-strip.profile * Create out123.profile * Add mpg123 redirects to fireconfig
* Merge pull request #2844 from crass/fix-561-trace-appimageLibravatar netblue302019-07-09
|\ | | | | Fix issue #561. Refactor/Optimize code to get and use pid and process name.
| * Fix issue #561. Refactor/Optimize code to get and use pid and process name.Libravatar Glenn Washburn2019-07-09
| |
* | Merge pull request #2843 from crass/fix-2842-extra-appimage-envvarsLibravatar netblue302019-07-09
|\ \ | | | | | | Add OWD and ARGV0 environment variables. Correctly create APPIMAGE envvar.
| * | Add OWD and ARGV0 environment variables. Correctly create APPIMAGE envvar.Libravatar Glenn Washburn2019-07-09
| |/
* | main.c: define O_PATH (CentOS 6 fix)Libravatar smitsohu2019-07-09
| |
* | move to fd based homedir mountsLibravatar smitsohu2019-07-09
| |
* | add symlink resolution for home directoriesLibravatar smitsohu2019-07-09
|/
* more simplification of fs_check_chroot_dirLibravatar smitsohu2019-07-08
|
* reduce redundancy in fs_check_chroot_dirLibravatar smitsohu2019-07-08
|
* misc cleanup (safe_fd function)Libravatar smitsohu2019-07-07
|
* relocate mountinfo functionality testLibravatar smitsohu2019-07-07
|
* Use __clone2 on ia64Libravatar Reiner Herrmann2019-07-07
| | | | | clone has a different interfaces there, as the stack size needs to be known.
* mpg123Libravatar startx20172019-07-06
|
* fix --timeoutLibravatar netblue302019-07-04
|
* man fix (appimage, #2807)Libravatar netblue302019-07-04
|
* fix #2820 - adjustable file copy limit; export FIREJAIL_DEBUG into sboxLibravatar netblue302019-07-04
|
* Add alias for pavucontrol (Qt version) (#2819)Libravatar glitsj162019-07-02
| | | | | | | | | | * Prep for Qt alias in pavucontrol * Add Qt alias for pavucontrol * Add Qt alias for pavucontrol * Add Qt alias for pavucontrol
* add profile for zealLibravatar rusty-snake2019-06-30
|
* Fixup b1aff3395c77da467b7ba5e8fb8dabc33c37f8c6Libravatar Tad2019-06-30
| | | | https://github.com/netblue30/firejail/commit/b1aff3395c77da467b7ba5e8fb8dabc33c37f8c6#commitcomment-34131283
* Add Fedora install instructionsLibravatar Fred Barclay2019-06-29
|
* typoLibravatar Fred Barclay2019-06-29
|