aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-05 18:31:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-05 18:54:47 -0300
commit1271645da968d5147a784a4e8e5bcf6593947065 (patch)
tree205bd51ff3aa50d18553a37efaeadc3fc7d7c35b /src/man
parentMerge pull request #4824 from glitsj16/notable (diff)
downloadfirejail-1271645da968d5147a784a4e8e5bcf6593947065.tar.gz
firejail-1271645da968d5147a784a4e8e5bcf6593947065.tar.zst
firejail-1271645da968d5147a784a4e8e5bcf6593947065.zip
noprinters: add missing items from new command checklist
See CONTRIBUTING.md. The changes are based on what was done on commit 5a612029b ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR #4278. This amends commit bd15e763e ("--noprinter option", 2021-10-20) and commit d9403dcdc ("small fix", 2021-10-20). Relates to #4607.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index e35f2837b..71dab18ba 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -489,6 +489,9 @@ Sets the NO_NEW_PRIVS prctl. This ensures that child processes
489cannot acquire new privileges using execve(2); in particular, 489cannot acquire new privileges using execve(2); in particular,
490this means that calling a suid binary (or one with file capabilities) 490this means that calling a suid binary (or one with file capabilities)
491does not result in an increase of privilege. 491does not result in an increase of privilege.
492.TP
493\fBnoprinters
494Disable printers.
492#ifdef HAVE_USERNS 495#ifdef HAVE_USERNS
493.TP 496.TP
494\fBnoroot 497\fBnoroot
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index b366fed7c..4fa20c70f 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1634,6 +1634,10 @@ does not result in an increase of privilege. This option
1634is enabled by default if seccomp filter is activated. 1634is enabled by default if seccomp filter is activated.
1635 1635
1636.TP 1636.TP
1637\fB\-\-noprinters
1638Disable printers.
1639
1640.TP
1637\fB\-\-noprofile 1641\fB\-\-noprofile
1638Do not use a security profile. 1642Do not use a security profile.
1639.br 1643.br