aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-05-20 21:38:01 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-05-20 21:38:01 -0400
commit4222217198ceedc3e5fd7c356bcd798548eb94ff (patch)
treee48e5c450c41cb67b9a33a77afa891c5fa9363cf /src/man
parentadd support for cargo toml/non-toml files (#4286) (diff)
downloadfirejail-4222217198ceedc3e5fd7c356bcd798548eb94ff.tar.gz
firejail-4222217198ceedc3e5fd7c356bcd798548eb94ff.tar.zst
firejail-4222217198ceedc3e5fd7c356bcd798548eb94ff.zip
--buid fixes
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 3d59705b9..12e841af5 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -160,6 +160,11 @@ Example: "blacklist ~/My Virtual Machines"
160 160
161.TP 161.TP
162\fB# this is a comment 162\fB# this is a comment
163Example:
164
165# disable networking
166.br
167net none # this command creates an empty network namespace
163 168
164.TP 169.TP
165\fB?CONDITIONAL: profile line 170\fB?CONDITIONAL: profile line
@@ -731,6 +736,9 @@ Disable DVD and audio CD devices.
731\fBnogroups 736\fBnogroups
732Disable supplementary user groups 737Disable supplementary user groups
733.TP 738.TP
739\fBnoinput
740Disable input devices.
741.TP
734\fBnosound 742\fBnosound
735Disable sound system. 743Disable sound system.
736.TP 744.TP
@@ -743,9 +751,6 @@ Disable U2F devices.
743\fBnovideo 751\fBnovideo
744Disable video capture devices. 752Disable video capture devices.
745.TP 753.TP
746\fBnoinput
747Disable input devices.
748.TP
749\fBshell none 754\fBshell none
750Run the program directly, without a shell. 755Run the program directly, without a shell.
751 756