From 4ab9b5f8e766b631f61ed2b6d1c37badd626636c Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:24:26 -1000 Subject: Grammar --- src/man/firejail-login.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ login.users \- Login file syntax for Firejail .SH DESCRIPTION -/etc/firejail/login.users file describes additional arguments passed to firejail executable +/etc/firejail/login.users file describes additional arguments passed to the 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: @@ -19,8 +19,8 @@ Wildcard patterns are accepted in the user name field: .SH RESTRICTED SHELL To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in -/etc/passwd file for each user that needs to be restricted. Alternatively, -you can specify /usr/bin/firejail using adduser or usermod commands: +the /etc/passwd file for each user that needs to be restricted. Alternatively, +you can specify /usr/bin/firejail using the `adduser` or `usermod` commands: adduser \-\-shell /usr/bin/firejail username .br -- cgit v1.2.3-54-g00ecf