aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-login.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-login.txt')
-rw-r--r--src/man/firejail-login.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man/firejail-login.txt b/src/man/firejail-login.txt
index 1d6a8d80e..c3ee50ecf 100644
--- a/src/man/firejail-login.txt
+++ b/src/man/firejail-login.txt
@@ -16,9 +16,11 @@ Example:
16.SH RESTRICTED SHELL 16.SH RESTRICTED SHELL
17To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in 17To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in
18/etc/password file for each user that needs to be restricted. Alternatively, 18/etc/password file for each user that needs to be restricted. Alternatively,
19you can specify /usr/bin/firejail in adduser command: 19you can specify /usr/bin/firejail using adduser or usermod commands:
20 20
21adduser \-\-shell /usr/bin/firejail username 21adduser \-\-shell /usr/bin/firejail username
22.br
23usermod \-\-shell /usr/bin/firejail username
22 24
23.SH FILES 25.SH FILES
24/etc/firejail/login.users 26/etc/firejail/login.users