aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* merges, disable sort.py in profile checks temporarely, two more private-etc ↵Libravatar netblue302023-02-14
| | | | profiles
* Merge pull request #5653 from slowpeek/masterLibravatar netblue302023-02-14
|\ | | | | disable-programs.inc: blacklist sendgmail config
| * Blacklist sendgmail configLibravatar slowpeek2023-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | sendgmail is a cli tool by Google that "uses Gmail in order to mimic sendmail for git send-email" as per its own description. In other words it is a basic sendmail replacement with OAuth2 support to send emails from Gmail accounts. https://github.com/google/gmail-oauth2-tools/tree/master/go/sendgmail Config files location depends on "xdg" build tag. Without the tag it would be "~/.sendgmail.*". With the tag it is either under "$XDG_CONFIG_HOME/sendgmail" if set or "~/.config/sendgmail" otherwise.
* | Merge pull request #5654 from kmk3/build-mkdeb-noargsLibravatar netblue302023-02-14
|\ \ | | | | | | build: mkdeb.sh: pass all arguments to ./configure
| * | build: mkdeb.sh: pass all arguments to ./configureLibravatar Kelvin M. Klann2023-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using the first argument as the `EXTRA_VERSION` variable. This should make the usage of mkdeb.sh less confusing, especially when one is not trying to set the variable. As for using `EXTRA_VERSION` (which is still optional with this commit), make sure that it is set as an environment variable before caling mkdeb.sh. Example: env EXTRA_VERSION=-apparmor ./mkdeb.sh --enable-apparmor See also commit 9a0fbbd71 ("mkdeb.sh.in: pass remaining arguments to ./configure", 2022-05-13) / PR #5154.
* | | Merge pull request #5660 from glitsj16/tmc-fixLibravatar netblue302023-02-14
|\ \ \ | | | | | | | | transmission-cli: allow web client
| * | | transmission-cli: allow web clientLibravatar glitsj162023-02-14
| | | |
* | | | Merge pull request #5661 from ↵Libravatar netblue302023-02-14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | netblue30/dependabot/github_actions/github/codeql-action-2.2.4 build(deps): bump github/codeql-action from 2.2.1 to 2.2.4
| * | | | build(deps): bump github/codeql-action from 2.2.1 to 2.2.4dependabot/github_actions/github/codeql-action-2.2.4Libravatar dependabot[bot]2023-02-13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/3ebbd71c74ef574dbc558c82f70e52732c8b44fe...17573ee1cc1b9d061760f3a006fc4aac4f944fd5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #5663 from netcarver/masterLibravatar netblue302023-02-14
|\ \ \ \ | |/ / / |/| | | disable-common.inc: Prevent access to LUKS keyfile
| * | | Prevent access to LUKS keyfileLibravatar Netcarver2023-02-14
|/ / /
* | / private-etc: kdiff3, gzip, gunzip, tar etcLibravatar netblue302023-02-10
| |/ |/|
* | private-etc: more on gcryptLibravatar netblue302023-02-09
| |
* | private-etc: moving gcrypt from tls-ca to x11 groupLibravatar netblue302023-02-08
| |
* | private-etc: libreoffice, audacity, forzen-bubble, transmission, ↵Libravatar netblue302023-02-08
| | | | | | | | md5sum/sha512sum, more sysutils testing, fix electron-hardened.inc.profile
* | adding machine-id to x11 groupLibravatar netblue302023-02-08
| |
* | testingLibravatar netblue302023-02-06
| |
* | private-etc testingLibravatar netblue302023-02-06
| |
* | testingLibravatar netblue302023-02-06
| |
* | Merge pull request #5643 from glitsj16/whois-fixLibravatar netblue302023-02-06
|\ \ | | | | | | whois: re-fix private-etc
| * | re-fix private-etcLibravatar glitsj162023-02-06
|/ /
* | mergesLibravatar netblue302023-02-06
| |
* | build fixLibravatar netblue302023-02-06
| |
* | installing etc-cleanup tool in /usr/lib/firejail directoryLibravatar netblue302023-02-06
| |
* | Merge pull request #5634 from acatton/masterLibravatar netblue302023-02-06
|\ \ | | | | | | feature: Add 'keep-shell-rc' command and option
| * | feature: add 'keep-shell-rc' flag and optionLibravatar Antoine Catton2023-02-03
| | | | | | | | | | | | | | | | | | | | | | | | This fixes #1127. This allow a user to provide their own zshrc/bashrc inside the jail. This is very useful when using firejail to develop and prevent bad pip packages to access your system.
* | | private-etc: pushing vulkan into games groupLibravatar netblue302023-02-06
| | |
* | | Merge pull request #5642 from glitsj16/private-etc-ephemeralLibravatar netblue302023-02-06
|\ \ \ | | | | | | | | ephemeral: use newly introduced private-etc @groups syntax
| * | | ephemeral: use newly introduced private-etc @groups syntaxLibravatar glitsj162023-02-06
| | | |
* | | | Merge pull request #5641 from glitsj16/private-etc-fixesLibravatar netblue302023-02-06
|\ \ \ \ | |/ / / |/| | | private-etc fixes
| * | | Merge branch 'master' into private-etc-fixesLibravatar netblue302023-02-06
| |\ \ \ | |/ / / |/| | |
* | | | private-etc: java directory fixesLibravatar netblue302023-02-05
| | | |
* | | | private-etc: groups modifiedLibravatar netblue302023-02-05
| | | |
| * | | xiphos: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | There is no `/etc/ssli` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | | whois: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | There is no `/etc/jwhois.conf` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | | marker: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | `dconfgtk-3.0` was missing a `,` prior to the private-etc rework.
| * | | ghostwriter: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | | email-common: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
| * | | discord-common: fix private-etcLibravatar glitsj162023-02-05
| | | | | | | | | | | | `passwd` is already in @default group.
| * | | aria2c: fix private-etcLibravatar glitsj162023-02-05
|/ / / | | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
* | | private-etc: big profile changesLibravatar netblue302023-02-05
| | |
* | | private-etc: cleanup toolLibravatar netblue302023-02-05
| |/ |/|
* | RELNOTES: add build itemsLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | Relates to #5627 #5637.
* | RELNOTES: fix qutebrowser itemLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | | | | | | | | | | | | | | | | | Change the "fix:" prefix to "bugfix:" and move it below modifs, for consistency with the previous releases. Also, add a missing PR reference and make the description match the current issue title. Added on commit be88622c8 ("private-etc: fix man page", 2023-01-25). Relates to #5601 #5618.
* | RELNOTES: capitalize modif item to match the PR titleLibravatar Kelvin M. Klann2023-02-05
| | | | | | | | | | | | Added on commit 897f5791d ("merges", 2023-01-30). Relates to #5578.
* | Merge pull request #5637 from kmk3/build-add-phonyLibravatar netblue302023-02-04
|\ \ | | | | | | build: mark most phony targets as such
| * | build: mark most phony targets as suchLibravatar Kelvin M. Klann2023-02-03
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To improve clarity and to prevent unnecessary filesystem lookups. Overall, this appears to reduce the amount of implicit rule searches by ~4% for the default build and by ~12% for the "man" target (as an example): $ git checkout master >/dev/null 2>&1 $ git show --pretty='%h %ai %s' -s b55cb6a80 2023-01-31 18:56:42 -0500 testing $ ./configure >/dev/null $ make clean >/dev/null && make --debug=i -j 4 | grep -F 'Trying implicit' | wc -l 7101 $ make clean >/dev/null && make --debug=i -j 4 man | grep -F 'Trying implicit' | wc -l 1239 # (with this commit applied) $ make clean >/dev/null && make --debug=i -j 4 | grep -F 'Trying implicit' | wc -l 6793 $ make clean >/dev/null && make --debug=i -j 4 man | grep -F 'Trying implicit' | wc -l 1085 Environment: GNU make 4.4-1 on Artix Linux. Note: The amount lines printed is the same on non-parallel builds (that is, without `-j 4`). See commit 2465f9248 ("makefiles: make all, clean and distclean PHONY", 2021-02-12) / PR #4024 for details. Note: By "most phony targets" I mean all non-path targets except for the testing targets, which were being changed recently (for example, the "test-github" target) and so might still be under development.
* | Merge pull request #5638 from glitsj16/etc-groupsLibravatar netblue302023-02-04
|\ \ | |/ |/| etc_groups.h: sort groups alphabetically
| * etc_groups.h: sort groups alphabeticallyLibravatar glitsj162023-02-04
| |
| * etc_groups.h: internally sort groups alphabeticallyLibravatar glitsj162023-02-04
|/