aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-03-05 20:23:46 +0100
committerLibravatar GitHub <noreply@github.com>2021-03-05 20:23:46 +0100
commit52ca19fb8c02e116cf750f4979c886249c69c084 (patch)
tree46c672c22c9349fcdc96e94a4ffabbec1c3df223 /src/man
parentman text for --include command (diff)
parentGrammar (diff)
downloadfirejail-52ca19fb8c02e116cf750f4979c886249c69c084.tar.gz
firejail-52ca19fb8c02e116cf750f4979c886249c69c084.tar.zst
firejail-52ca19fb8c02e116cf750f4979c886249c69c084.zip
Merge pull request #4048 from tredondo/patch-1
Grammar
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-login.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/firejail-login.txt b/src/man/firejail-login.txt
index ce27729b7..1b8a4931c 100644
--- a/src/man/firejail-login.txt
+++ b/src/man/firejail-login.txt
@@ -3,7 +3,7 @@
3login.users \- Login file syntax for Firejail 3login.users \- Login file syntax for Firejail
4 4
5.SH DESCRIPTION 5.SH DESCRIPTION
6/etc/firejail/login.users file describes additional arguments passed to firejail executable 6/etc/firejail/login.users file describes additional arguments passed to the firejail executable
7upon user logging into a Firejail restricted shell. Each user entry in the file consists of 7upon user logging into a Firejail restricted shell. Each user entry in the file consists of
8a user name followed by the arguments passed to firejail. The format is as follows: 8a user name followed by the arguments passed to firejail. The format is as follows:
9 9
@@ -19,8 +19,8 @@ Wildcard patterns are accepted in the user name field:
19 19
20.SH RESTRICTED SHELL 20.SH RESTRICTED SHELL
21To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in 21To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in
22/etc/passwd file for each user that needs to be restricted. Alternatively, 22the /etc/passwd file for each user that needs to be restricted. Alternatively,
23you can specify /usr/bin/firejail using adduser or usermod commands: 23you can specify /usr/bin/firejail using the `adduser` or `usermod` commands:
24 24
25adduser \-\-shell /usr/bin/firejail username 25adduser \-\-shell /usr/bin/firejail username
26.br 26.br