From 1271645da968d5147a784a4e8e5bcf6593947065 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 5 Jan 2022 18:31:12 -0300 Subject: 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. --- src/man/firejail-profile.txt | 3 +++ src/man/firejail.txt | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'src/man') 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 cannot acquire new privileges using execve(2); in particular, this means that calling a suid binary (or one with file capabilities) does not result in an increase of privilege. +.TP +\fBnoprinters +Disable printers. #ifdef HAVE_USERNS .TP \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 @@ -1633,6 +1633,10 @@ this means that calling a suid binary (or one with file capabilities) does not result in an increase of privilege. This option is enabled by default if seccomp filter is activated. +.TP +\fB\-\-noprinters +Disable printers. + .TP \fB\-\-noprofile Do not use a security profile. -- cgit v1.2.3-70-g09d2