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 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