aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-login.txt
blob: c3ee50ecff27386c18c4d8ea5bfd398a57256c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH FIREJAIL-LOGIN 5 "MONTH YEAR" "VERSION" "firejail login.users man page"
.SH NAME
login.users \- Login file syntax for Firejail

.SH DESCRIPTION
/etc/firejail/login.users file describes additional arguments passed to firejail executable
upon user logging into a Firejail restricted shell. Each user entry in the file consists of
a user name followed by the arguments passed to firejail. The format is as follows:

	user_name: arguments

Example:

	netblue:--debug --net=none

.SH RESTRICTED SHELL
To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in
/etc/password file for each user that needs to be restricted. Alternatively,
you can specify /usr/bin/firejail  using adduser or usermod commands:

adduser \-\-shell /usr/bin/firejail username
.br
usermod \-\-shell /usr/bin/firejail username

.SH FILES
/etc/firejail/login.users

.SH LICENSE
Firejail 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.
.PP
Homepage: http://firejail.sourceforge.net
.SH SEE ALSO
\&\flfirejail\fR\|(1),
\&\flfiremon\fR\|(1),
\&\flfirejail-profile\fR\|(5)