aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* free variable in error caseLibravatar Reiner Herrmann2019-06-29
|
* use strcat instead of strncat as using strlen has no benefitLibravatar Reiner Herrmann2019-06-29
| | | | Fixes #2801
* fix option skipping caused by noblacklistLibravatar smitsohu2019-06-29
| | | | closes #1235
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-06-28
|\
| * profiles: add two aliases for existing gamesLibravatar Tad2019-06-27
| |
| * Fix placing of jerryLibravatar glitsj162019-06-27
| |
| * Add profile for jerry chessLibravatar Fred Barclay2019-06-26
| |
| * whitespace fixLibravatar rusty-snake2019-06-26
| |
| * Silence xauth output in src/firejail/x11.c (#2796)Libravatar glitsj162019-06-26
| | | | | | | | | | | | | | | | | | | | * Fix typo's and install instructions for Arch * Try to silence xauth output Fixes https://github.com/netblue30/firejail/issues/2787. * Conditionally silence xauth output in x11 options
| * disable firetunnel at config time (#2793)Libravatar netblue302019-06-24
| |
* | simplify octal esc conversion, minor adjustmentsLibravatar smitsohu2019-06-26
|/
* enable additional cppchecks and fix a warningLibravatar Reiner Herrmann2019-06-21
|
* reduce redundancy in pathsLibravatar Reiner Herrmann2019-06-21
|
* Merge pull request #2771 from smitsohu/homedir2Libravatar netblue302019-06-20
|\ | | | | mount new proc filesystem earlier
| * avoid running without procfs describing the pid namespaceLibravatar smitsohu2019-06-14
| |
* | Fix typo in man firejail [--x11] (#2785)Libravatar glitsj162019-06-19
| |
* | fix logical OR in disable_fileLibravatar smitsohu2019-06-18
| |
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-06-17
|\ \
| * \ Merge pull request #2775 from jose1711/udiskie-profileLibravatar rusty-snake2019-06-17
| |\ \ | | | | | | | | Add profile for udiskie