1FIREJAIL-LOGIN(5)            login.users man page            FIREJAIL-LOGIN(5)
2
3
4

NAME

6       login.users - Login file syntax for Firejail
7
8

DESCRIPTION

10       /etc/firejail/login.users file describes additional arguments passed to
11       firejail executable upon user logging into a Firejail restricted shell.
12       Each  user  entry  in  the file consists of a user name followed by the
13       arguments passed to firejail. The format is as follows:
14
15            user_name: arguments
16
17       Example:
18
19            netblue:--net=none --protocol=unix
20
21       Wildcard patterns are accepted in the user name field:
22
23            user*: --private
24
25

RESTRICTED SHELL

27       To configure a restricted shell, replace /bin/bash with  /usr/bin/fire‐
28       jail  in  /etc/passwd  file  for each user that needs to be restricted.
29       Alternatively, you can  specify  /usr/bin/firejail   using  adduser  or
30       usermod commands:
31
32       adduser --shell /usr/bin/firejail username
33       usermod --shell /usr/bin/firejail username
34
35

FILES

37       /etc/firejail/login.users
38
39

LICENSE

41       Firejail  is  free  software;  you can redistribute it and/or modify it
42       under the terms of the GNU General Public License as published  by  the
43       Free  Software Foundation; either version 2 of the License, or (at your
44       option) any later version.
45
46       Homepage: https://firejail.wordpress.com
47

SEE ALSO

49       firejail(1),  firemon(1),  firecfg(1),  firejail-profile(5)   firejail-
50       users(5)
51
52
53
540.9.57                             Jul 2019                  FIREJAIL-LOGIN(5)
Impressum