aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| | * | fix D-Bus filter in firefoxLibravatar glitsj162022-09-05
| | | |
| | * | add specific D-Bus filter in firefox-nightlyLibravatar glitsj162022-09-05
| | | |
| | * | add specific D-Bus filter in firefox-esrLibravatar glitsj162022-09-05
| | | |
| | * | fix specific D-Bus filter in firefox-developerLibravatar glitsj162022-09-05
| | | |
| | * | add specific D-Bus filter to firefox-betaLibravatar glitsj162022-09-05
| | | |
| * | | Merge pull request #5370 from a1346054/fixesLibravatar netblue302022-09-26
| |\ \ \ | | | | | | | | | | Remove deprecated syntax and modernize shell test scripts
| | * | | tests: remove stray ;Libravatar a13460542022-09-13
| | | | |
| | * | | tests: use bash-builtin instead of external `seq`Libravatar a13460542022-09-13
| | | | |
| | * | | tests: use bash-style [[...]] instead of [...]Libravatar a13460542022-09-13
| | | | |
| | * | | tests: stop mixing tabs and spacesLibravatar a13460542022-09-13
| | | | |
| | * | | tests: add missing final newlineLibravatar a13460542022-09-13
| | | | |
| | * | | tests: fix underquotingLibravatar a13460542022-09-13
| | | | |
| | * | | tests: use an arrayLibravatar a13460542022-09-13
| | | | |
| | * | | tests: directly test for presence of commandLibravatar a13460542022-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test directly for presence of command instead of indirectly testing the return code. Additionally: * uses a shell builtin `command -v` instead of external `which` * `command -v` is the standardized version of `which`
| | * | | tests: fix unintentional overwriting of array valueLibravatar a13460542022-09-13
| | | | |
* | | | | mergesLibravatar netblue302022-09-26
|/ / / /
* | | | Merge pull request #5371 from kmk3/profiles-allow-exiftoolLibravatar netblue302022-09-26
|\ \ \ \ | | | | | | | | | | profiles: allow perl/exiftool on the relevant profiles
| * | | | profiles: allow perl/exiftool on the relevant profilesLibravatar Kelvin M. Klann2022-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Programs that seem to support exiftool: $ LC_ALL=C pacman -Sii perl-image-exiftool | grep -e '^Version' -e '^Required' -e '^Optional For' | head -n 3 Version : 12.42-1 Required By : digikam geotag gitlab-workhorse mat2 rapid-photo-downloader Optional For : darktable geeqie gpsprune hugin jpeg-archive ranger recoll shutter Environment: Artix Linux. Note for hugin.profile: Does not currently work with private-bin on Arch/Artix; see the private-bin comment on etc/profile-a-l/exiftool.profile. Relates to #5365.
* | | | | Merge pull request #5374 from kmk3/profiles-fix-arduinoLibravatar netblue302022-09-26
|\ \ \ \ \ | | | | | | | | | | | | arduino.profile: allow devel paths
| * | | | | arduino.profile: allow devel pathsLibravatar Kelvin M. Klann2022-09-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in its description, this profile is intended for an IDE, so allow paths used for development and stop including the following profiles: * disable-devel.inc * disable-exec.inc * disable-interpreters.inc Fixes #5292.
* | | | | Merge pull request #5382 from ↵Libravatar netblue302022-09-26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | netblue30/dependabot/github_actions/github/codeql-action-2.1.25 build(deps): bump github/codeql-action from 2.1.24 to 2.1.25
| * | | | | build(deps): bump github/codeql-action from 2.1.24 to 2.1.25Libravatar dependabot[bot]2022-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.24 to 2.1.25. - [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/904260d7d935dff982205cbdb42025ce30b7a34f...86f3159a697a097a813ad9bfa0002412d97690a4) --- 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 #5376 from kmk3/git-blame-ignore-landlockLibravatar netblue302022-09-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | .git-blame-ignore-revs: change format and add Landlock v1
| * | | | | | .git-blame-ignore-revs: add Landlock v1 commitsLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands used to find and print the relevant commits: $ TZ=UTC0 git log --date='format-local:%Y-%m-%d' \ --pretty='%H # %cd | %s' 60db9f785~1..60db9f785 | grep 'Revert "'; git log --reverse --pretty=%b 60db9f785~1..60db9f785 | sed -E -n 's/^This reverts commit ([0-9a-z]+).*/\1/p' | TZ=UTC0 xargs git show --date='format-local:%Y-%m-%d' \ --pretty='%H # %cd | %s' -s | grep -v 'Merge pull request'; TZ=UTC0 git log --no-merges --date='format-local:%Y-%m-%d' \ --pretty='%H # %cd | %s' 54cb3e741~1..54cb3e741 Explanation: The first `git log` basically takes the revision range from one commit before a given merge commit until the merge commit itself and prints the commits in that range (which should usually mean all commits that were in the branch that was merged). In this case, it's the commits that do the revert. The second `git log` finds the hash of all commits that were reverted and prints them. The `grep -v` and third `git log` are only needed because the merge commit of the original branch was reverted directly (on commit 97874c3bf), rather than reverting each individual commit on that branch. So these commands are used to print all of the commits in the original branch. Relates to #5315 #5347.
| * | | | | | .git-blame-ignore-revs: change format to hash then infoLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command used to generate the entries in the new format: $ TZ=UTC0 git show --date='format-local:%Y-%m-%d' \ --pretty='%H # %cd | %s' -s f43382f1e fe0f975f4 Put the committer date ("%cd") and commit message subject ("%s") as a comment right after the commit hash ("%H"). The pipe ("|") is intended to improve readability. This format looks more similar to the output of `git log --oneline` and should make it easier to visually parse long lists. It also allows more hashes to fit into the same amount of lines (at the cost of longer lines). Use committer date ("%cd") instead of author date ("%ad") as the former tells when a commit actually landed on master. This usually matches the topological order, which should make it easier to verify that all of the relevant commits are listed (and that there are no extraneous commits). Use --date + "%cd" instead of just "%ci" because the former can be used to ensure that the date is always printed in the same timezone (UTC).
| * | | | | | .git-blame-ignore-revs: put more recent commits firstLibravatar Kelvin M. Klann2022-09-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | This is more similar to the default `git log` output and should result in the matches happening earlier for more recent commits.
* | | | | | Merge pull request #5377 from kmk3/relnotes-dedup-reword-sort-addLibravatar netblue302022-09-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | RELNOTES: dedup/reword/sort/add
| * | | | | | RELNOTES: add docsLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #5344 #5361 #5366.
| * | | | | | RELNOTES: sort items by category then date addedLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put features before modifs, to match the relnotes of 0.9.68 and 0.9.70.
| * | | | | | RELNOTES: reword modif items for clarityLibravatar Kelvin M. Klann2022-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add the missing issue/PR references. Misc: The items in question were added on commit 6d740d7dc ("RELNOTES and README.md - existing functionality modified for the next version", 2022-08-29). Relates to #5190 #5196 #5200 #5209 #5216.
| * | | | | | README.md: remove items duplicated from RELNOTESLibravatar Kelvin M. Klann2022-09-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added on commit 6d740d7dc ("RELNOTES and README.md - existing functionality modified for the next version", 2022-08-29). The duplication makes it harder to maintain the RELNOTES, especially because the contents are prone to diverge between each file. For example, even though the commit in question (6d740d7dc) added the same items to both files, the additions to RELNOTES had two typos, while the additions to README.md had one typo. The typos in RELNOTES were fixed by commit c5e8d5d1f ("typo fixes for RELNOTES", 2022-08-29), and the typo in README.md was fixed by commit 2ac8a93fd ("typo fix for README.md", 2022-08-29), both from PR #5349.
* | | | | | fix --netlock (#5312)Libravatar netblue302022-09-26
| | | | | |
* | | | | | update ip addr list for --nettraceLibravatar netblue302022-09-26
| | | | | |
* | | | | | join network/filesystem fixesLibravatar netblue302022-09-26
| |/ / / / |/| | | |
* | | | | build(deps): bump github/codeql-action from 2.1.22 to 2.1.24Libravatar dependabot[bot]2022-09-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.24. - [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/b398f525a5587552e573b247ac661067fafa920b...904260d7d935dff982205cbdb42025ce30b7a34f) --- 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>
* | | | docs: man: Note that some commands can be disabled in firejail.config (#5366)Libravatar glitsj162022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [man firejail] Make it explicit that some options are disabled by default in firejail.config * Reword firejail.config notes * Only add relevant firejail.config option in notes * move firejail.config notes to the end of each section * fix tracelog note * fix erroneous line break * really fix erroneous line break Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com>
* | | | discord: fix issues with command-line usage (#5368)Libravatar glitsj162022-09-14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use both capitalized and regular discord commands to private-bin * use both capitalized and regular discord commands to private-bin * add awk and which to private-bin for better xdg-open support * use both capitalized and regular discord commands to private-bin * use both capitalized and regular discord commands to private-bin * refactor CamelCased discord profiles * refactor CamelCased discord profiles * fix private-{bin,opt} sorting * fix private-{bin,opt} sorting * unfuck private-{bin,opt} sorting * unfuck private-{bin,opt} sorting * fix sorting once more for CI * fix sorting once again for CI
* | | Fix Firefox 'Profile not found' for psd (v6.45) (#5348)Libravatar godbless2022-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Firefox 'Profile not found' for psd (v6.45) code change: `whitelist ${RUNUSER}/psd/*firefox*` fixes: #4568 * Whitelist ${RUNUSER}/psd/*firefox* * Fix workflow for github
* | | build(deps): bump github/codeql-action from 2.1.21 to 2.1.22Libravatar dependabot[bot]2022-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.21 to 2.1.22. - [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/c7f292ea4f542c473194b33813ccd4c207a6c725...b398f525a5587552e573b247ac661067fafa920b) --- 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>
* | | docs: change /foo to /bar in symlink handling exampleLibravatar Kelvin M. Klann2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by @birdie-github[1]. This amends commit c78c2b4ec ("docs: note that blacklist/whitelist follow symlinks", 2022-08-28) / PR #5344. [1] https://github.com/netblue30/firejail/pull/5344#issuecomment-1229903967
* | | Merge pull request #5347 from kmk3/revert-landlockLibravatar Kelvin M. Klann2022-09-06
|\ \ \ | | | | | | | | Revert "Add Landlock support to Firejail"
| * | | README/README.mdLibravatar netblue302022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Committer note: This is the same as commit 796fa0963 ("README/README.md", 2022-08-30) and commit 0594c5d3d ("typos", 2022-08-30) but without the Landlock-related changes.
| * | | tracelog disabled by default in /etc/firejail/firejail.config fileLibravatar netblue302022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Committer note: This is the same as commit 6e687c301 ("tracelog disabled by default in /etc/firejail/firejail.config file", 2022-08-29) but without the Landlock-related changes.
| * | | Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 54cb3e741e972c754e595d56de0bca0792299f83, reversing changes made to 97b1e02d5f4dca4261dc9928f8a5ebf8966682d7. There were many issues and requests for changes raised in the pull request (both code-wise and design-wise) and most of them are still unresolved[1]. [1] https://github.com/netblue30/firejail/pull/5315
| * | | Revert "compile fix"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 836ffe37ff891886f15243eacc70963368d57a3f. Part of reverting commits with Landlock-related changes.
| * | | Revert "tracelog disabled by default in /etc/firejail/firejail.config file"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6e687c30110a52f267c1779c4eeab82bded9cb77. Part of reverting commits with Landlock-related changes.
| * | | Revert "README/README.md"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 796fa09636195d8751a7bbc1e1bc88bf8c3ac95a. Part of reverting commits with Landlock-related changes.
| * | | Revert "typos"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0594c5d3d0f1ddc4049cf2ed38676a1cdc8d6843. Part of reverting commits with Landlock-related changes.
| * | | Revert "fix syntax in configure.ac"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2d885e5a091f847d7c2128506947b0f67dd2edab. Part of reverting commits with Landlock-related changes.
| * | | Revert "landlock: check for landlock support in glibc"Libravatar Kelvin M. Klann2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c5a052ffa4e2ccaf240635db116a49986808a2b6. Part of reverting commits with Landlock-related changes.