aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-05-04 10:34:43 -0500
committerLibravatar GitHub <noreply@github.com>2021-05-04 10:34:43 -0500
commitf5a1f84ec4993a68702d19438724ff2dac662fce (patch)
treee027fa2ffa317a13671f04102e453773f46a848d /src/man
parentMerge pull request #4230 from Kishore96in/neochat_profile (diff)
parentMap /dev/input with "--private-dev", add "--no-input" option to disable it (diff)
downloadfirejail-f5a1f84ec4993a68702d19438724ff2dac662fce.tar.gz
firejail-f5a1f84ec4993a68702d19438724ff2dac662fce.tar.zst
firejail-f5a1f84ec4993a68702d19438724ff2dac662fce.zip
Merge pull request #4209 from davidebeatrici/private-dev-input-support-and-noinput-option
Map /dev/input with "--private-dev", add "--no-input" option to disable it
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt9
2 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 2bb57cee2..9d11add06 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -674,6 +674,9 @@ Disable U2F devices.
674\fBnovideo 674\fBnovideo
675Disable video capture devices. 675Disable video capture devices.
676.TP 676.TP
677\fBnoinput
678Disable input devices.
679.TP
677\fBshell none 680\fBshell none
678Run the program directly, without a shell. 681Run the program directly, without a shell.
679 682
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1ee7ab1f1..23ec23fb1 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1515,6 +1515,15 @@ Example:
1515.br 1515.br
1516$ firejail \-\-nodvd 1516$ firejail \-\-nodvd
1517.TP 1517.TP
1518\fB\-\-noinput
1519Disable input devices.
1520.br
1521
1522.br
1523Example:
1524.br
1525$ firejail \-\-noinput
1526.TP
1518\fB\-\-noexec=dirname_or_filename 1527\fB\-\-noexec=dirname_or_filename
1519Remount directory or file noexec, nodev and nosuid. File globbing is supported, see \fBFILE GLOBBING\fR section for more details. 1528Remount directory or file noexec, nodev and nosuid. File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
1520.br 1529.br