aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAge
* mergesLibravatar netblue302024-02-29
|
* update copyright 2024Libravatar netblue302024-01-12
|
* remove LTS and FIRETUNNEL supportLibravatar netblue302023-12-23
|
* mergesLibravatar netblue302023-12-21
|
* Merge pull request #6078 from kmk3/landlock_v3Libravatar netblue302023-12-04
|\ | | | | feature: add Landlock support
| * feature: add Landlock supportLibravatar netblue302023-11-07
| | | | | | | | | | | | | | | | | | | | Based on 5315 by ChrysoliteAzalea. It is based on the same underlying structure, but with a lot of refactoring/simplification and with bugfixes and improvements. Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com> Co-authored-by: Азалия Смарагдова <charming.flurry@yandex.ru>
* | mergesLibravatar netblue302023-11-24
|/
* mergesLibravatar netblue302023-07-16
|
* mergesLibravatar netblue302023-05-19
|
* 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: 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
|
* mergesLibravatar netblue302023-03-23
|
* mergesLibravatar netblue302023-03-13
|
* testingLibravatar netblue302023-03-08
|
* codespell github actionLibravatar netblue302023-03-05
|
* network testing; mergesLibravatar netblue302023-03-02
|
* Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302023-02-24
|\
| * Fix space before/after tab in indentLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes all of the "space before tab in indent" errors raised by git: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD | grep '^[^+]' | cut -f 3 -d : | LC_ALL=C sort | uniq -c 72 space before tab in indent. Commands used to find the errors: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD $ git grep -In "$(printf '\t') " Note: Unlike "space before tab in indent", the reverse ("space after tab in indent") is not reported by git. That is because spaces could be intentionally used for alignment or line continuation, but in some cases they are being used for indentation together with tabs and in others the formatting is misaligned. The second command was used to help find and fix these other issues.
* | mergesLibravatar netblue302023-02-24
|/
* Merge pull request #5668 from kmk3/build-deb-apparmor-defaultLibravatar netblue302023-02-17
|\ | | | | build: deb: enable apparmor by default & remove deb-apparmor
| * build: deb: enable apparmor by default & remove deb-apparmorLibravatar Kelvin M. Klann2023-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The official .deb package is always built with apparmor support, so use `--enable-apparmor` in mkdeb.sh and remove the "deb-apparmor" target in order to reduce redundancy. Note that custom configure options may be specified by calling ./mkdeb.sh directly. For example, to build the .deb package without apparmor support, instead of running `make deb`, the following commands can be used: make dist ./mkdeb.sh --disable-apparmor Also, change the `build_apparmor` GitLab CI job into `build_no_apparmor`, which is intended to check that building without apparmor still works. Note: This commit makes the resulting .deb package not have an "-apparmor" suffix (see `EXTRA_VERSION` in mkdeb.sh), to avoid redundancy (as having apparmor support becomes the default). Misc: This is a follow-up to #5654. Relates to #5154 #5176 #5547.
* | merges, testing, private-etcLibravatar netblue302023-02-16
| |
* | Update copyright to 2023 (#5664)Libravatar David Fetter2023-02-15
| |
* | merges; more on cleaning up esc charsLibravatar netblue302023-02-14
| |
* | merges, disable sort.py in profile checks temporarely, two more private-etc ↵Libravatar netblue302023-02-14
| | | | | | | | profiles
* | mergesLibravatar netblue302023-02-06
|/
* mergesLibravatar netblue302023-01-30
|
* private-etc: fix man pageLibravatar netblue302023-01-25
|
* mergesLibravatar netblue302023-01-25
|
* Merge branch 'master' of ssh://github.com/netblue30/firejailLibravatar netblue302023-01-18
|\
| * 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
| | |
* | | mergesLibravatar netblue302023-01-18
|/ /
* | mergesLibravatar netblue302023-01-16
| |
* | Merge pull request #5563 from glitsj16/linuxqqLibravatar netblue302023-01-15
|\ \ | |/ |/| New profiles: linuxqq/qq
| * README: add linuxqq/qq contributorsLibravatar glitsj162023-01-03
| |
* | mergesLibravatar netblue302023-01-04
|/
* fixesLibravatar netblue302022-12-14
|
* small nettrace fixesLibravatar netblue302022-12-09
|
* compile fixLibravatar netblue302022-10-11
|
* mergesLibravatar netblue302022-09-26
|
* 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 "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.
* README/README.mdLibravatar netblue302022-08-30
|
* tracelog disabled by default in /etc/firejail/firejail.config fileLibravatar netblue302022-08-29
|
* more mergesLibravatar netblue302022-08-14
|