aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* add more EUID improvementsLibravatar smitsohu2021-10-01
|
* private-lib fixupLibravatar smitsohu2021-09-25
| | | | | don't try to read /usr/bin/firejail if private-bin removed it from the sandbox filesystem
* private-lib: check firejail libraries as root user (#4576)Libravatar smitsohu2021-09-25
| | | | | | users, and fldd in particular, might have no read permission on the firejail executable, make that ok by running fldd as root
* Merge pull request #4564 from lecso7/masterLibravatar netblue302021-09-24
|\ | | | | Create goldendict.profile
| * Create goldendict.profileLibravatar lecso72021-09-20
| |
* | Merge pull request #4572 from a1346054/newline-fixLibravatar netblue302021-09-24
|\ \ | | | | | | Add missing final newlines
| * | add missing final newlines at end of filesLibravatar a13460542021-09-22
| | |
* | | Merge pull request #4560 from onny/nolinkcheckLibravatar netblue302021-09-24
|\ \ \ | | | | | | | | Remove /etc/hosts is_link check
| * | | remove hosts file link checkLibravatar Jonas Heinrich2021-09-19
| | | |
| * | | remove hosts file link checkLibravatar Jonas Heinrich2021-09-19
| | | |
* | | | fix spelling (#4573)Libravatar a13460542021-09-22
| | | |
* | | | join: add support for rlimit optionsLibravatar smitsohu2021-09-22
| | | |
* | | | hardcode PATH for internal useLibravatar smitsohu2021-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
| | |