aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-09-05 00:16:47 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-05 11:00:06 -0300
commit666063f5757bd1ca8164fa1e6de4cf3bb659908e (patch)
tree93471da2727807af0ec4a814d8dc083ef3b54a31
parentlandlock: update README.md, small fix in man firejal; update profile stats in... (diff)
downloadfirejail-666063f5757bd1ca8164fa1e6de4cf3bb659908e.tar.gz
firejail-666063f5757bd1ca8164fa1e6de4cf3bb659908e.tar.zst
firejail-666063f5757bd1ca8164fa1e6de4cf3bb659908e.zip
docs: fix typo of --nonewprivs in Landlock section
Originally from PR #5359. Relates to #6078.
-rw-r--r--README.md2
-rw-r--r--src/man/firejail.1.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a33098f01..b34acfd71 100644
--- a/README.md
+++ b/README.md
@@ -336,7 +336,7 @@ LANDLOCK
336 Privileges" restriction enabled. Because of this, enabling the 336 Privileges" restriction enabled. Because of this, enabling the
337 Landlock feature will also cause Firejail to enable the "No New 337 Landlock feature will also cause Firejail to enable the "No New
338 Privileges" restriction, regardless of the profile or the 338 Privileges" restriction, regardless of the profile or the
339 --no-new-privs command line option. 339 --nonewprivs command line option.
340 340
341 - Access to the /proc directory is managed through the --land‐ 341 - Access to the /proc directory is managed through the --land‐
342 lock.proc command line option. 342 lock.proc command line option.
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index efd0c2152..39f12b005 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -3436,7 +3436,7 @@ Important notes:
3436Privileges" restriction enabled. 3436Privileges" restriction enabled.
3437Because of this, enabling the Landlock feature will also cause Firejail to 3437Because of this, enabling the Landlock feature will also cause Firejail to
3438enable the "No New Privileges" restriction, regardless of the profile or the 3438enable the "No New Privileges" restriction, regardless of the profile or the
3439\fB\-\-no\-new\-privs\fR command line option. 3439\fB\-\-nonewprivs\fR command line option.
3440.PP 3440.PP
3441- Access to the /proc directory is managed through the \fB\-\-landlock.proc\fR 3441- Access to the /proc directory is managed through the \fB\-\-landlock.proc\fR
3442command line option. 3442command line option.