Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar #4048

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Grammar #4048

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/man/firejail-login.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down