aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | | README.md: add full repology list inside details tagLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | And clarify the distribution installation steps.
| * | | README.md: update SourceForge link to GitHub ReleasesLibravatar Kelvin M. Klann2023-03-26
| | | |
| * | | README.md: add link to CVE-2021-26910Libravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | See https://github.com/advisories/GHSA-2q4h-h5jp-942w
| * | | README.md: add headings for videos and linksLibravatar Kelvin M. Klann2023-03-26
| | | |
| * | | README.md: format html to improve readabilityLibravatar Kelvin M. Klann2023-03-26
| | | |
| * | | README.md: turn scattered items into a listLibravatar Kelvin M. Klann2023-03-26
| | | |
| * | | README.md: turn bare URLs into linksLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For increased portability. Fixes[1]: * MD034 Bare URL used [1] https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
| * | | docs: improve code blocksLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Use the usual 3 instead of 5 backticks for code fences * To improve syntax highlighting, remove the leading dollar signs for command lines without output and set the language used
| * | | docs: deduplicate info from SECURITY.mdLibravatar Kelvin M. Klann2023-03-26
| | | |
| * | | docs: remove old notes from PR templateLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | profile.template and sort.py have been released for a while now.
| * | | docs: remove indents on top-level lists and tablesLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And the surrounding paragraphs. Attempt 2; see commit be5e5f5cd ("pull_request_template.md: restore indentation", 2023-02-25).
| * | | docs: fix list item indentation on CONTRIBUTING.mdLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This amends commit 375468008 ("docs: remove indents on top-level lists and tables", 2023-02-01) / PR #5674. Relates to #2784.
| * | | docs: fix headings and yaml frontmatterLibravatar Kelvin M. Klann2023-03-24
| | | |
| * | | docs: fix line breaks around elements in markdownLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure consistent line breaks around headings, lists and code blocks. To make them more readable and also more portable (which could help when previewing/converting files locally). From the CommonMark Spec (version 0.30, published on 2021-06-19)[1]: > 1.2 Why is a spec needed? [...] > 2. Is a blank line needed before a block quote or heading? Most > implementations do not require the blank line. However, this can > lead to unexpected results in hard-wrapped text, and also to > ambiguities in parsing (note that some implementations put the > heading inside the blockquote, while others do not). (John Gruber > has also spoken in favor of requiring the blank lines.)[2] > > 3. Is a blank line needed before an indented code block? > (`Markdown.pl` requires it, but this is not mentioned in the > documentation, and some implementations do not require it.) Fixes[3]: * MD022 Headers should be surrounded by blank lines * MD031 Fenced code blocks should be surrounded by blank lines * MD032 Lists should be surrounded by blank lines Environment: ruby-mdl 0.12.0-1 on Artix Linux. [1] https://spec.commonmark.org/0.30/#why-is-a-spec-needed- [2] http://article.gmane.org/gmane.text.markdown.general/2146 [3] https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
| * | | README.md: remove unicode and non-printing charsLibravatar Kelvin M. Klann2023-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Replace Unicode apostrophe with an ASCII one * Strip non-printing characters from the output of --private-etc Commands used to get a clean manpage output: man firejail | less Environment: mandoc 1.14.6-1 on Artix Linux
| * | | README.md: fix output of profstatsLibravatar Kelvin M. Klann2023-03-24
| |/ /
* | | Merge pull request #5763 from kmk3/profiles-mv-readonlyLibravatar netblue302023-04-06
|\ \ \ | | | | | | | | profiles: move read-only config entries to disable-common.inc
| * | | profile.template: note to put read-only entries in dcLibravatar Kelvin M. Klann2023-03-29
| | | |
| * | | profiles: move read-only config entries to dcLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command used to search for entries: $ git grep '^read-only ${HOME}/' -- 'etc/profile*' Note for gpg: ~/.gnupg/gpg.conf is apparently only managed by gpgconf(1) rather than through gpg(1) itself, in which case it does not need to be made read-write in gpg.profile.
| * | | cower: move blacklist from disable-programs to dcLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an AUR helper and disable-common.inc has entries for pacman and other system package managers. Added on commit 6c10737f0 ("archaudit-report and cower for Arch platforms, #1642", 2017-11-15).
| * | | firefox: move read-only entries to disable-common.incLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of duplicating them on every profile that tries to allow opening links in Firefox. And make that path read-write on firefox.profile.
| * | | mpv: move read-only entries to disable-common.incLibravatar Kelvin M. Klann2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: mpv itself does not modify anything in ~/.config/mpv as far as I know, in which case it does not need a read-write entry. Relates to #5706 #5707 #5710.
| * | | whitelist-common.inc: remove read-only entriesLibravatar Kelvin M. Klann2023-03-27
| |/ / | | | | | | | | | | | | | | | | | | They are already present on etc/inc/disable-common.inc. First added on commit 695b67f43 ("handle ~/.config/user-dirs.dirs", 2015-11-17).
* | / standardnotes-desktop: custom (cursor) theme support (#5768)Libravatar glitsj162023-04-03
| |/ |/|
* | pidgin: allow netlinkLibravatar Harry Seiler2023-04-03
| | | | | | | | Fixes #5764
* | build(deps): bump github/codeql-action from 2.2.7 to 2.2.9Libravatar dependabot[bot]2023-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.7 to 2.2.9. - [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/168b99b3c22180941ae7dbdd5f5c9678ede476ba...04df1262e6247151b5ac09cd2c303ac36ad3f62b) --- 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>
* | Create standard-notes.profile (#5761)Libravatar glitsj162023-03-29
| | | | | | | | | | * Create standard-notes.profile * RELNOTES: add standard-notes to 'new profiles'
* | build(deps): bump actions/checkout from 3.4.0 to 3.5.0Libravatar dependabot[bot]2023-03-27
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mergesLibravatar netblue302023-03-23
|
* Merge pull request #5710 from pirate486743186/mov-cliLibravatar netblue302023-03-23
|\ | | | | add mov-cli.profile
| * add mov-cliLibravatar pirate4867431862023-03-04
| |
* | Merge pull request #5728 from pirate486743186/chromium-electron-commonLibravatar netblue302023-03-23
|\ \ | | | | | | create blink-common.profile
| * | create blink-common.profileLibravatar pirate4867431862023-03-16
| | |
* | | Merge pull request #5737 from glitsj16/private-etc-bugfixLibravatar netblue302023-03-23
|\ \ \ | | | | | | | | fs_etc.c: conditionally create /etc/resolv.conf
| * | | fs_etc.c: fix misleading indentationLibravatar glitsj162023-03-15
| | | |
| * | | fs_etc.c: conditionally create /etc/resolv.confLibravatar glitsj162023-03-15
| | | |
* | | | Merge pull request #5741 from kmk3/util-ascii-char-fnsLibravatar netblue302023-03-23
|\ \ \ \ | | | | | | | | | | util.c: add and use ascii-only char functions
| * | | | util.c: add and use ascii-only char functionsLibravatar Kelvin M. Klann2023-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "invalid_name" function claims to "allow strict ASCII letters and numbers". However, it uses isalnum(3) and isdigit(3), which may take the current locale into account and thus return 1 for non-ASCII characters. So add the following functions: * ascii_isalnum * ascii_isalpha * ascii_isdigit * ascii_islower * ascii_isupper * ascii_isxdigit And use the applicable ones in "invalid_name" so that it actually uses strictly ASCII in its comparisons. Added on commit b4ffaa207 ("merges; more on cleaning up esc chars", 2023-02-14). Relates to #5578. Kind of relates to #5708.
| * | | | firejail.h: move invalid_name prototype to proper placeLibravatar Kelvin M. Klann2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow the same order as on util.c. Added on commit b4ffaa207 ("merges; more on cleaning up esc chars", 2023-02-14).
* | | | | Merge pull request #5744 from ThijsRay/patch-1Libravatar netblue302023-03-23
|\ \ \ \ \ | |/ / / / |/| | | | keepassxc: Allow offering the Secret Service
| * | | | keepassxc: Allow offering the Secret ServiceLibravatar Thijs Raymakers2023-03-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | KeePassXC can offer a Secret Service to store secrets for other programs. See https://specifications.freedesktop.org/secret-service/latest/
* | | | RELNOTES: add ci itemLibravatar Kelvin M. Klann2023-03-20
| | | | | | | | | | | | | | | | Relates to #5742.
* | | | Merge pull request #5742 from kmk3/ci-always-update-pkgdbLibravatar Kelvin M. Klann2023-03-21
|\ \ \ \ | | | | | | | | | | ci: always update the package db before installing packages
| * | | | ci: always update the package db before installing packagesLibravatar Kelvin M. Klann2023-03-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix installing packages on build-extra.yml. Note that this is already done on build.yml and on gitlab-ci.yml. From the GitHub Actions documentation[1] [2]: > Note: Always run `sudo apt-get update` before installing a package. In > case the `apt` index is stale, this command fetches and re-indexes any > available packages, which helps prevent package installation failures. [1] https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners [2] https://github.com/actions/runner-images/issues/2924
* | | | RELNOTES: sort items by date addedLibravatar Kelvin M. Klann2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in the following commits: * 336ecb5d6 ("network testing; merges", 2023-03-02) * 0e48f9933 ("remove firemon --interface option - it is a duplication of firejail --net.print", 2023-03-08) Relates to the following commits: * e4f9f36a4 ("random hostname by default; fix --hostname and --hosts-file", 2023-02-27) * 0e48f9933 ("remove firemon --interface option - it is a duplication of firejail --net.print", 2023-03-08)
* | | | build(deps): bump actions/checkout from 3.3.0 to 3.4.0Libravatar dependabot[bot]2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | build(deps): bump github/codeql-action from 2.2.6 to 2.2.7Libravatar dependabot[bot]2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.2.7. - [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/16964e90ba004cdf0cd845b866b5df21038b7723...168b99b3c22180941ae7dbdd5f5c9678ede476ba) --- 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>
* | | | Add profiles for jami and postman (#5691)Libravatar Kobaxidze2562023-03-15
|/ / /
* | | fix ani-cli.profile (#5733)Libravatar pirate4867431862023-03-14
| | | | | | | | | Co-authored-by: pirate486743186 <>
* | | refresh engrampa.profile (#5734)Libravatar pirate4867431862023-03-14
| | | | | | | | | Co-authored-by: pirate486743186 <>