aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-12-15 22:04:10 +0000
committerLibravatar GitHub <noreply@github.com>2019-12-15 22:04:10 +0000
commite4e6780f5c9b39ae00dc0592da7673710fd827f3 (patch)
tree9445223ee65a01d837ad2495fa4c5328c0ef56b7 /src/man/firejail.txt
parentpostmortem: playing around (diff)
downloadfirejail-e4e6780f5c9b39ae00dc0592da7673710fd827f3.tar.gz
firejail-e4e6780f5c9b39ae00dc0592da7673710fd827f3.tar.zst
firejail-e4e6780f5c9b39ae00dc0592da7673710fd827f3.zip
Fix ordering of 'RESTRICTED SHELL'
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt18
1 files changed, 9 insertions, 9 deletions
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.
2768USER 2768USER
2769The owner of the sandbox. 2769The owner of the sandbox.
2770 2770
2771.SH RESTRICTED SHELL
2772To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in
2773/etc/passwd file for each user that needs to be restricted. Alternatively,
2774you can specify /usr/bin/firejail in adduser command:
2775
2776adduser \-\-shell /usr/bin/firejail username
2777
2778Additional arguments passed to firejail executable upon login are declared in /etc/firejail/login.users file.
2779
2771.SH SECURITY PROFILES 2780.SH SECURITY PROFILES
2772Several command line options can be passed to the program using 2781Several command line options can be passed to the program using
2773profile files. Firejail chooses the profile file as follows: 2782profile files. Firejail chooses the profile file as follows:
@@ -2836,15 +2845,6 @@ Child process initialized
2836 2845
2837See \fBman 5 firejail-profile\fR for profile file syntax information. 2846See \fBman 5 firejail-profile\fR for profile file syntax information.
2838 2847
2839.SH RESTRICTED SHELL
2840To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in
2841/etc/passwd file for each user that needs to be restricted. Alternatively,
2842you can specify /usr/bin/firejail in adduser command:
2843
2844adduser \-\-shell /usr/bin/firejail username
2845
2846Additional arguments passed to firejail executable upon login are declared in /etc/firejail/login.users file.
2847
2848.SH TRAFFIC SHAPING 2848.SH TRAFFIC SHAPING
2849Network bandwidth is an expensive resource shared among all sandboxes running on a system. 2849Network bandwidth is an expensive resource shared among all sandboxes running on a system.
2850Traffic shaping allows the user to increase network performance by controlling 2850Traffic shaping allows the user to increase network performance by controlling