From e4e6780f5c9b39ae00dc0592da7673710fd827f3 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 15 Dec 2019 22:04:10 +0000 Subject: Fix ordering of 'RESTRICTED SHELL' --- src/man/firejail.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/man/firejail.txt') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index cabc4f619..47f5ecbdf 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -2768,6 +2768,15 @@ Sandbox running time in hours:minutes:seconds format. USER The owner of the sandbox. +.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 in adduser command: + +adduser \-\-shell /usr/bin/firejail username + +Additional arguments passed to firejail executable upon login are declared in /etc/firejail/login.users file. + .SH SECURITY PROFILES Several command line options can be passed to the program using profile files. Firejail chooses the profile file as follows: @@ -2836,15 +2845,6 @@ Child process initialized See \fBman 5 firejail-profile\fR for profile file syntax information. -.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 in adduser command: - -adduser \-\-shell /usr/bin/firejail username - -Additional arguments passed to firejail executable upon login are declared in /etc/firejail/login.users file. - .SH TRAFFIC SHAPING Network bandwidth is an expensive resource shared among all sandboxes running on a system. Traffic shaping allows the user to increase network performance by controlling -- cgit v1.2.3-54-g00ecf