login.users 345 B

1234567891011121314
  1. # /etc/firejail/login.users - restricted user shell configuration
  2. #
  3. # Each user entry consists of a user name and firejail
  4. # program arguments:
  5. #
  6. # user name: arguments
  7. #
  8. # For example:
  9. #
  10. # netblue:--net=none --protocol=unix
  11. #
  12. # The extra arguments are inserted into program command line if firejail
  13. # was started as a login shell.