aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAge
* README.md: fix Landlock support listLibravatar Kelvin M. Klann2023-12-05
| | | | | | | | | Fix formatting and wrong/outdated information. This amends commit 6d0559de7 ("landlock: update README.md, small fix in man firejal; update profile stats in README.md", 2023-12-04). Relates to #6078.
* docs: fix typo of --nonewprivs in Landlock sectionLibravatar glitsj162023-12-05
| | | | | | Originally from PR #5359. Relates to #6078.
* landlock: update README.md, small fix in man firejal; update profile stats ↵Libravatar netblue302023-12-04
| | | | in README.md
* docs: add missing CI badges to README.mdLibravatar Kelvin M. Klann2023-08-22
|
* ci: move main code checks into new check-c.ymlLibravatar Kelvin M. Klann2023-08-22
| | | | | | | | | | | | | | | | | | Move scan-build, cppcheck and CodeQL (cpp). This is similar to build-extra.yml, but for jobs that check for issues in the code rather than checking for build failures. Note: As this deletes codeql-analysis.yml, its configuration also has to be deleted in the GitHub web UI to prevent it from warning about the file being missing: * Security -> Code scanning -> Tool status -> (Setup Types) CodeQL -> (Configurations) language:python -> Delete configuration Misc: The above was clarified by @topimiettinen[1]. [1] https://github.com/netblue30/firejail/pull/5960#issuecomment-1685262643
* ci: remove "CI" from workflow namesLibravatar Kelvin M. Klann2023-08-20
| | | | All of the current workflows are used for CI.
* docs: add uninstall instructions to README.mdLibravatar Kelvin M. Klann2023-05-02
| | | | | | Clarify how to remove the symlinks created by firecfg. Reported by @MikeNavy in #5098.
* docs: line-wrap markdown and use double-spacingLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | Use two spaces to separate sentences to make the source easier to read in monospace fonts (such as when editing or reviewing it), especially for longer paragraphs. The HTML output should still look the same. Misc: This also removes source-level ambiguity regarding abbreviations (such as "Mr.") vs the end of sentences and enables moving between sentences in vi with `(` and `)`, for example.
* docs: line-wrap some long linesLibravatar Kelvin M. Klann2023-03-26
|
* docs: fix misc texts/formattingLibravatar Kelvin M. Klann2023-03-26
|
* docs: clarify and improve links and itemsLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | Changes: * Add titles to referenced issues/discussions * Use relative links for paths * Separate repo paths from installed paths * Turn some links and items into lists to make them stand out
* README.md: improve badges/linksLibravatar Kelvin M. Klann2023-03-26
|
* README.md: sort badgesLibravatar Kelvin M. Klann2023-03-26
| | | | Put lint after builds.
* 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: 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
|
* Fix EOL at EOFLibravatar Kelvin M. Klann2023-02-19
| | | | | | | | | | | | | | | | | | Commands used to search and replace: $ git grep -Ilz '.' | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(cat '{}')\" >'{}'" The above commands ensure that there is exaclty 1 line terminator at EOF (rather than 0 or more than 1) on all non-empty text files. This fixes all of the "new blank line at EOF" errors raised by git: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD | grep '^[^+]' | cut -f 3 -d : | LC_ALL=C sort | uniq -c 21 new blank line at EOF. 72 space before tab in indent. 4 trailing whitespace.
* mergesLibravatar netblue302023-02-06
|
* private-etc: moved group names to @group syntax; GUI group renamed as @x11 ↵Libravatar netblue302023-01-30
| | | | group; added nvidia and X11 directories to @x11 group.
* private-etc: fix man pageLibravatar netblue302023-01-25
|
* private-etc rework: new man pageLibravatar netblue302023-01-25
|
* Merge pull request #5589 from nya1/fix/apparmor-invalid-command-line-optionLibravatar netblue302023-01-18
|\ | | | | docs: remove apparmor options in --help when building without apparmor support
| * chore: update readme with flag to enable apparmor on ./configureLibravatar nya12023-01-14
| |
* | update README.mdLibravatar netblue302023-01-18
| |
* | README.md: add linuxqq/qq to 'New profiles' sectionLibravatar glitsj162023-01-03
|/
* restrict-namespaces statsLibravatar netblue302022-12-26
|
* New profile: ssmtp (#5544)Libravatar glitsj162022-12-21
| | | | | | | | | | | | | | | * disable-programs.inc: add ssmtp support * Create ssmtp.profile * ssmtp: support Debian/Ubuntu * README.md: add ssmtp to 'New profiles' section * disable-common.inc: move ssmtp support to keep CI happy * ssmtp: improve dead.letter comment Suggested in [review](https://github.com/netblue30/firejail/pull/5544#pullrequestreview-1225322546).
* fixesLibravatar netblue302022-12-14
|
* New profile: tesseract (#5516)Libravatar glitsj162022-12-09
| | | | | | | | | | | | | | | | | | | | | | | * Add firecfg support for tesseract * Add tesseract to 'New profiles' section in README.md * Create tesseract.profile * tesseract: fix private-etc * tesseract: fix XDG black/whitelisting * tesseract: use 'seccomp socket' instead of 'protocol unix' As kindly suggested by @rusty-snake. * tesseract: add 'restrict-namespaces' As kindly suggested by @rusty-snake. * tesseract: use full seccomp filtering The tesseract application works fine without 'protocol' or 'seccomp socket'.
* Add support for cinelerra-gg (#5467)Libravatar glitsj162022-11-13
| | | | | | | * Create cinelerra-gg * add cinelerra-gg to `New profiles` section * Add cinelerra-gg to firecfg.config
* --icmptraceLibravatar netblue302022-10-24
|
* dnstrace and snitraceLibravatar netblue302022-10-23
|
* 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.
* 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.
| * 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 "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.
* | Add IRC channel info to README.mdLibravatar glitsj162022-09-05
|/
* landlock: check for landlock support in glibcLibravatar netblue302022-09-04
|
* typosLibravatar netblue302022-08-30
|