aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
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 ee685da73..ddb736e81 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -668,6 +668,9 @@ Disable U2F devices.
668\fBnovideo 668\fBnovideo
669Disable video capture devices. 669Disable video capture devices.
670.TP 670.TP
671\fBnoinput
672Disable input devices.
673.TP
671\fBshell none 674\fBshell none
672Run the program directly, without a shell. 675Run the program directly, without a shell.
673 676
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f27379a2d..c0640c404 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