firejail-login(5) - Linux manual page

NAME | DESCRIPTION | RESTRICTED SHELL | FILES | LICENSE | SEE ALSO | COLOPHON

FIREJAIL-LOGIN(5)       firejail login.users man page      FIREJAIL-LOGIN(5)

NAME         top

       login.users - Login file syntax for Firejail

DESCRIPTION         top

       /etc/firejail/login.users file describes additional arguments passed
       to 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:

            user_name: arguments

       Example:

            netblue:--net=none --protocol=unix

       Wildcard patterns are accepted in the user name field:

            user*: --private

RESTRICTED SHELL         top

       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:

       adduser --shell /usr/bin/firejail username
       usermod --shell /usr/bin/firejail username

FILES         top

       /etc/firejail/login.users

LICENSE         top

       Firejail is free software; you can redistribute it and/or modify it
       under the terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2 of the License, or (at
       your option) any later version.

       Homepage: https://firejail.wordpress.com

SEE ALSO         top

       firejail(1), firemon(1), firecfg(1), firejail-profile(5)

COLOPHON         top

       This page is part of the Firejail (Firejail security sandbox)
       project.  Information about the project can be found at 
       ⟨https://firejail.wordpress.com⟩.  If you have a bug report for this
       manual page, see ⟨https://firejail.wordpress.com/support/⟩.  This
       page was obtained from the project's upstream Git repository
       ⟨https://github.com/netblue30/firejail.git⟩ on 2018-02-02.  (At that
       time, the date of the most recent commit that was found in the repos‐
       itory was 2018-02-01.)  If you discover any rendering problems in
       this HTML version of the page, or you believe there is a better or
       more up-to-date source for the page, or you have corrections or
       improvements to the information in this COLOPHON (which is not part
       of the original manual page), send a mail to man-pages@man7.org

0.9.53                            Jan 2018                 FIREJAIL-LOGIN(5)