Commit graph

599 commits

Author SHA1 Message Date
Kelvin M. Klann
9ed3e60432 RELNOTES: add bugfix, ci and profile items
Relates to #6720 #6721 #6819 #6829 #6832 #6840.
2025-07-29 02:35:47 -03:00
Kelvin M. Klann
ab4a126b65 RELNOTES: add modif and profile items
Relates to #6815 #6816 #6823 #6824 #6825 #6827 #6828.
2025-07-16 16:46:53 -03:00
Kelvin M. Klann
e029ed47e1 RELNOTES: add feature, modif and profile items
Relates to #6747 #6761 #6773 #6775 #6777 #6779 #6780 #6783 #6784 #6785.
2025-06-23 06:05:05 -03:00
Kelvin M. Klann
4cb5932088 RELNOTES: add bugfix and profile items
Relates to #6729 #6734 #6750 #6751 #6755 #6758 #6759 #6762 #6763.
2025-05-31 09:43:41 -03:00
Kelvin M. Klann
0d8973638c RELNOTES: add build and profile items
Relates to #6732 #6735 #6736 #6737 #6738.
2025-05-06 06:12:46 -03:00
Kelvin M. Klann
726d956826 RELNOTES: add modif and profile items
Relates to #6707 #6716 #6718 #6719 #6724.
2025-04-30 08:20:50 -03:00
Kelvin M. Klann
e091284026 docs: remove misc leftover committer text from README
This amends commit db09546f2 ("remove LTS and FIRETUNNEL support",
2023-12-23).
2025-04-19 12:19:34 -03:00
Kelvin M. Klann
8bf375256a RELNOTES: add profile items
Relates to #6687 #6689.
2025-03-31 11:48:11 -03:00
netblue30
d36f0da431 rel 0.9.74 testing - temporarily removed lintian call from mkdeb.sh; some other updates 2025-03-23 19:52:28 -04:00
netblue30
1e81581f5c 0.9.74 testing - update README file 2025-03-23 10:14:39 -04:00
netblue30
17ace05b09 merges 2025-02-06 10:37:52 -05:00
netblue30
212ac3cb19 update copyright 2025-01-12 19:26:24 -05:00
netblue30
56566fd415 merges 2025-01-12 17:19:34 -05:00
netblue30
f358159795 merges 2024-12-18 09:44:45 -05:00
netblue30
bed96d1cad merges 2024-12-17 08:59:38 -05:00
netblue30
66c8b86b0d readme/readme.md fixes 2024-12-16 08:46:39 -05:00
netblue30
c3ee874a44 merges 2024-12-15 10:00:16 -05:00
netblue30
411ad6c892 lutris profile (#6192) 2024-12-15 09:44:46 -05:00
Kelvin M. Klann
ffa95cce31 README: fix typo of "several"
This fixes the codespell job in CI[1]:

    $ make codespell
    Running codespell...
    ./README:1244: serveral ==> several
    make: *** [Makefile:393: codespell] Error 65

Added on commit 8e7996132 ("README file update", 2024-11-16).

[1] https://github.com/netblue30/firejail/actions/runs/11874111807/job/33089673920
2024-11-18 11:44:27 -03:00
netblue30
8e7996132b README file update 2024-11-16 18:36:09 -05:00
Ted Robertson
d763fb73ca
docs: clarify intro and build section in README (#6524)
Make the introduction friendlier for non-kernel geeks and clarify the
build section.

Relates to #4049.
2024-11-04 18:58:24 +00:00
Ted Robertson
cf02e8dd4f
docs: fix typos of --enable-selinux configure option (#6526) 2024-10-31 18:48:37 +00:00
netblue30
9ebecd00dc readme/relnotes update 2024-07-13 07:29:23 -04:00
netblue30
915f9310dc merges 2024-02-29 10:14:59 -05:00
netblue30
ae8f62dba0 update copyright 2024 2024-01-12 11:23:22 -05:00
netblue30
db09546f29 remove LTS and FIRETUNNEL support 2023-12-23 08:29:33 -05:00
netblue30
a74206ca85 merges 2023-12-21 09:56:47 -05:00
netblue30
9ba5c8d50b
Merge pull request #6078 from kmk3/landlock_v3
feature: add Landlock support
2023-12-04 09:18:05 -05:00
netblue30
d91d430fb9 merges 2023-11-24 18:00:13 -05:00
netblue30
13b2c566df feature: add Landlock support
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>
2023-11-07 17:55:13 -03:00
netblue30
9363b81316 merges 2023-07-16 12:39:59 -04:00
netblue30
f005734f8e merges 2023-05-19 11:17:15 -04:00
Kelvin M. Klann
a516247a1c docs: line-wrap markdown and use double-spacing
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.
2023-03-26 13:52:11 -03:00
Kelvin M. Klann
331158da03 docs: line-wrap some long lines 2023-03-26 13:51:25 -03:00
Kelvin M. Klann
82eecd4c78 docs: fix misc texts/formatting 2023-03-26 13:51:25 -03:00
Kelvin M. Klann
f72d738e61 docs: improve code blocks
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
2023-03-26 12:46:20 -03:00
Kelvin M. Klann
1f0d47572f docs: deduplicate info from SECURITY.md 2023-03-26 03:54:40 -03:00
netblue30
b2fa859bb8 merges 2023-03-23 10:16:36 -04:00
netblue30
bfac806a86 merges 2023-03-13 13:26:10 -04:00
netblue30
acf8efb878 testing 2023-03-08 16:23:30 -05:00
netblue30
d78fc96ee0 codespell github action 2023-03-05 09:57:04 -05:00
netblue30
336ecb5d65 network testing; merges 2023-03-02 10:34:03 -05:00
netblue30
71b98ed838 Merge branch 'master' of ssh://github.com/netblue30/firejail 2023-02-24 20:50:25 -05:00
netblue30
c5ba5a4874 merges 2023-02-24 20:50:11 -05:00
Kelvin M. Klann
490051f714 Fix space before/after tab in indent
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.
2023-02-20 17:39:31 -03:00
netblue30
6dd9bdfd34
Merge pull request #5668 from kmk3/build-deb-apparmor-default
build: deb: enable apparmor by default & remove deb-apparmor
2023-02-17 09:16:56 -05:00
Kelvin M. Klann
f33e452b04 build: deb: enable apparmor by default & remove deb-apparmor
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.
2023-02-17 10:42:08 -03:00
netblue30
80bc00e40f merges, testing, private-etc 2023-02-16 08:21:50 -05:00
David Fetter
2dc16cc247
Update copyright to 2023 (#5664) 2023-02-15 18:57:44 +00:00
netblue30
b4ffaa2074 merges; more on cleaning up esc chars 2023-02-14 11:33:35 -05:00