aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-users.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-users.txt')
-rw-r--r--src/man/firejail-users.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/man/firejail-users.txt b/src/man/firejail-users.txt
new file mode 100644
index 000000000..ac9c1f621
--- /dev/null
+++ b/src/man/firejail-users.txt
@@ -0,0 +1,45 @@
1.TH FIREJAIL-USERS 5 "MONTH YEAR" "VERSION" "firejail.users man page"
2.SH NAME
3firejail.users \- Firejail user access database
4
5.SH DESCRIPTION
6/etc/firejail/firejail.users lists the users allowed to run firejail SUID executable.
7If the file is not present in the system, all users are allowed to use the sandbox.
8root user is allowed by default.
9
10Example:
11
12 $ cat /etc/firejail/firejail.users
13.br
14 dustin
15.br
16 lucas
17.br
18 mike
19.br
20 eleven
21
22Use a text editor to add or remove users from the list. You can also use firecfg \-\-add-users
23command. Example:
24
25 $ sudo firecfg --add-users dusting lucas mike eleven
26
27By default, running firecfg creates the file and adds the current user to the list. Example:
28
29 $ sudo firecfg
30
31See \fBman 1 firecfg\fR for details.
32
33.SH FILES
34/etc/firejail/firejail.users
35
36.SH LICENSE
37Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
38.PP
39Homepage: https://firejail.wordpress.com
40.SH SEE ALSO
41\&\flfirejail\fR\|(1),
42\&\flfiremon\fR\|(1),
43\&\flfirecfg\fR\|(1),
44\&\flfirejail-profile\fR\|(5)
45\&\flfirejail-login\fR\|(5)