aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-30 20:12:10 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-30 20:12:10 -0500
commit9bc8a7283560220d7389e9af6cf5f92dd9b26dde (patch)
treed0157832e630d254b2e418e7e6504b3aa6d740d3 /src/man
parentdisable-common.inc: sort history file paths (diff)
parentPrevent sandbox name from containing only digits (diff)
downloadfirejail-9bc8a7283560220d7389e9af6cf5f92dd9b26dde.tar.gz
firejail-9bc8a7283560220d7389e9af6cf5f92dd9b26dde.tar.zst
firejail-9bc8a7283560220d7389e9af6cf5f92dd9b26dde.zip
Merge pull request #5578 from layderv/master
modif: Prevent sandbox name from containing only digits
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 a088d971a..1b051ab57 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