aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* add missing final newlines at end of filesLibravatar a13460542021-09-22
|
* Merge pull request #4533 from smitsohu/exitcodeLibravatar smitsohu2021-09-22
|\ | | | | rework exitcodes
| * rework exitcodesLibravatar smitsohu2021-09-21
| | | | | | | | | | | | | | * add 128 to exitcode if child receives a fatal signal (this is similar to what bash and other shells do) * unify exitcodes across firejail: treat join'ed processes the same as processes in the primary process tree
* | Fix typo of "parent"Libravatar Kelvin M. Klann2021-09-02
| |
* | Revert "allow/deny help and man pages"Libravatar Kelvin M. Klann2021-09-02
|/ | | | | | | | | | | | | | | | | This reverts commit a11707ea273e5665047f8a7d9387ba07f08d72f6. The man pages currently direct users to use the aliases instead of the commands, which some users of firejail-git may end up doing. Example: https://github.com/netblue30/firejail/discussions/4496 So revert the man page changes as well to avoid confusion. Note: This is not a full revert. The commit in question also contains some string formatting fixes on src/firejail/usage.c (related to dbus and netmask), which are left intact. Relates to #4410.
* Merge pull request #4486 from pirate486743186/yt-dlp-profileLibravatar netblue302021-08-30
|\ | | | | create yt-dlp.profile
| * create yt-dlp.profileLibravatar pirate4867431862021-08-27
| |
* | Merge pull request #4484 from pirate486743186/gallery-dlLibravatar netblue302021-08-30
|\ \ | | | | | | creating gallery-dl.profile
| * | creating gallery-dl.profileLibravatar pirate4867431862021-08-27
| |/
* / Fix hanging arp_checkLibravatar minus2021-08-22
|/ | | | | | | arp_check relied on select(2) decreasing the timeout. This doesn't seem to be the case on Linux anymore, thus arp_check tends to hang when the interface sees a lot of traffic. Calculating the timeout explicitly solves the problem.
* Give fbuilder full original environmentLibravatar Topi Miettinen2021-08-16
| | | | Closes: #4460
* Move disable-passwordmgr.inc into disable-common.inc/disable-programs.inc ↵Libravatar rusty-snake2021-08-12
| | | | follow up
* fix man firejail-profileLibravatar rusty-snake2021-08-09
| | | | | machine-id is not affected by --disable-network and matches in "User Environment" as well.
* Respect quiet if no dbus-user (filter|none) is setLibravatar rusty-snake2021-08-05
|
* Add --ids-* to zsh completionLibravatar rusty-snake2021-07-31
|
* private-lib: fix double symlinkLibravatar netblue302021-07-30
|
* removed dependency on strace for --build option; added seccomp by default ↵Libravatar netblue302021-07-29
| | | | for --build run
* Merge pull request #4419 from glitsj16/ncdu2Libravatar netblue302021-07-28
|\ | | | | add ncdu2 redirect profile
| * add firecfg support for ncdu2Libravatar glitsj162021-07-26
| |
* | remove compile warningsLibravatar netblue302021-07-28
| |
* | Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302021-07-28
|\ \
| * | Add support for ignore to profcleaner.shLibravatar rusty-snake2021-07-28
| |/
* / intrusion detection systemLibravatar netblue302021-07-28
|/
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2021-07-24
|\
| * Complete 42a03511d0877690276da83bf548635d7e8ca693Libravatar Fred Barclay2021-07-23
| | | | | | | | | | | | | | | | Add ms-edge-beta paths to disable-programs.inc Support firecfg Adding to release notes (already added to README.md)
| * output options: expand ~Libravatar smitsohu2021-07-21
| |
| * new profilesLibravatar rusty-snake2021-07-20
| |
| * Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302021-07-14
| |\
| | * tmpfs mounts: also clear MS_REMOUNT flag (#4387)Libravatar smitsohu2021-07-13
| | |
| * | Removing blacklisted files from top level /etc directory if the filse were ↵Libravatar netblue302021-07-14
| |/ | | | | | | blacklisted
| * profcleaner.sh: Change "# CMD" and "#CMD" tooLibravatar rusty-snake2021-07-09
| | | | | | | | See https://github.com/netblue30/firejail/commit/00cb8b611f0e35a56585061d689fbcca2af0566b#commitcomment-53262808
| * Merge pull request #4389 from rusty-snake/profcleaner.shLibravatar netblue302021-07-08
| |\ | | | | | | Create profcleaner.sh
| | * profcleaner.sh: Rename --all to --systemLibravatar rusty-snake2021-07-07
| | | | | | | | | [skip ci]
| | * Create profcleaner.shLibravatar rusty-snake2021-07-07
| | | | | | | | | | | | profcleaner.c is just sed, I was wondering why we need C for that.
| * | Merge pull request #4388 from rusty-snake/allow-deny-zshLibravatar netblue302021-07-08
| |\ \ | | | | | | | | allow/deny in zsh completion
| | * | allow/deny in zsh completionLibravatar rusty-snake2021-07-07
| | |/
| * / Fix clionLibravatar Vladislav Nepogodin2021-07-07
| |/ | | | | | | | | Add new clion-eap profile Fix broken clion profile
| * allow/deny fbuilderLibravatar netblue302021-07-05
| |
| * move whitelist/blacklist to allow/denyLibravatar netblue302021-07-05
| |
| * deprecated whitelist=yes/no in /etc/firejail/firejail.configLibravatar netblue302021-07-04
| |
| * allow/deny help and man pagesLibravatar netblue302021-07-03
| |
| * allow/noallow/deny/nodeny aliases for ↵Libravatar netblue302021-07-03
| | | | | | | | whitelist/nowhitelist/blacklist/noblacklist
| * deprecated --disable-whitelist at compile timeLibravatar netblue302021-07-03
| |
| * Merge pull request #4365 from lxeiqr/sndio-fixLibravatar netblue302021-07-01
| |\ | | | | | | Fix sndio support
| | * Convert spaces to tabs in firejail/fs.cLibravatar lxeiqr2021-06-20
| | |
| | * Whitelist /tmp/sndio in private-tmpLibravatar lxeiqr2021-06-20
| | |
| * | Merge pull request #4376 from kmk3/gcov-add-nop-functionsLibravatar netblue302021-06-27
| |\ \ | | | | | | | | gcov: use no-op functions if not enabled
| | * | gcov: use no-op functions if not enabledLibravatar Kelvin M. Klann2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of wrapping every gcov function call in an ifdef. Note: The usage of `((void)0)` is based on section 7.2 of the C99 standard (N1256)[1] [2]: > 7.2 Diagnostics <assert.h> > > 1 The header <assert.h> defines the assert macro and refers to another > macro, > > NDEBUG > > which is not defined by <assert.h>. If NDEBUG is defined as a macro > name at the point in the source file where <assert.h> is included, the > assert macro is defined simply as > > #define assert(ignore) ((void)0) See also assert.h(0p) from POSIX.1-2017[3]. Note: This is a continuation of commit b408b20c7 ("gcov: fix build failure with gcc 11.1.0") / PR #4373. [1] http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf [2] https://port70.net/~nsz/c/c99/n1256.html#7.2 [3] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html
| | * | gcov: fix indentationLibravatar Kelvin M. Klann2021-06-27
| | | |
| * | | Merge pull request #4375 from smitsohu/kcmpLibravatar netblue302021-06-27
| |\ \ \ | | | | | | | | | | remove kcmp from seccomp default drop list