aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar layderv <20249311+layderv@users.noreply.github.com>2023-01-09 18:03:03 -0500
committerLibravatar layderv <20249311+layderv@users.noreply.github.com>2023-01-24 00:36:34 -0500
commit4b6892092a77b61a0de485966a7561ec61c72928 (patch)
treea978e47dadbb00b26adedd7d47d988c89ccf5b18 /src/man
parentbuild(deps): bump actions/checkout from 3.2.0 to 3.3.0 (diff)
downloadfirejail-4b6892092a77b61a0de485966a7561ec61c72928.tar.gz
firejail-4b6892092a77b61a0de485966a7561ec61c72928.tar.zst
firejail-4b6892092a77b61a0de485966a7561ec61c72928.zip
Prevent sandbox name from containing only digits
Names should not contain only numbers, as they are used in other commands as PIDs.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 39c81312c..29f15a74f 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1330,6 +1330,7 @@ $ firejail \-\-net=eth0 \-\-mtu=1492
1330\fB\-\-name=name 1330\fB\-\-name=name
1331Set sandbox name. Several options, such as \-\-join and \-\-shutdown, can use 1331Set sandbox name. Several options, such as \-\-join and \-\-shutdown, can use
1332this name to identify a sandbox. 1332this name to identify a sandbox.
1333The name cannot contain only digits, as that is treated as a PID in the other options, such as in \-\-join.
1333 1334
1334In case the name supplied by the user is already in use by another sandbox, Firejail will assign a 1335In case the name supplied by the user is already in use by another sandbox, Firejail will assign a
1335new name as "name-PID", where PID is the process ID of the sandbox. This functionality 1336new name as "name-PID", where PID is the process ID of the sandbox. This functionality