aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-10-03 10:24:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-10-03 10:24:33 -0400
commitce7dd15609d5ab9016c6dbf3fdf8833dcf12d4f2 (patch)
treef760013cd50837ebc952e439ba903573ac0ad064 /src/man
parentdocument compile-time dependency on gawk (diff)
downloadfirejail-ce7dd15609d5ab9016c6dbf3fdf8833dcf12d4f2.tar.gz
firejail-ce7dd15609d5ab9016c6dbf3fdf8833dcf12d4f2.tar.zst
firejail-ce7dd15609d5ab9016c6dbf3fdf8833dcf12d4f2.zip
move to addgroup --system (#3632)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-users.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail-users.txt b/src/man/firejail-users.txt
index 88b4041b0..6fa09e05e 100644
--- a/src/man/firejail-users.txt
+++ b/src/man/firejail-users.txt
@@ -38,7 +38,7 @@ See \fBman 1 firecfg\fR for details.
38An alternative way of restricting user access to firejail executable is to create a special firejail user group and 38An alternative way of restricting user access to firejail executable is to create a special firejail user group and
39allow only users in this group to run the sandbox: 39allow only users in this group to run the sandbox:
40 40
41 # addgroup firejail 41 # addgroup --system firejail
42.br 42.br
43 # chown root:firejail /usr/bin/firejail 43 # chown root:firejail /usr/bin/firejail
44.br 44.br