mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
# This is Firejail system-wide configuration file, see firejail-config(5) for
|
|
# more information. The file contains keyword-argument pairs, one per line.
|
|
# Most features are enabled by default. Use 'yes' or 'no' as configuration
|
|
# values.
|
|
|
|
# Enable or disable bind support, default enabled.
|
|
# bind yes
|
|
|
|
# Enable or disable chroot support, default enabled.
|
|
# chroot yes
|
|
|
|
# Enable or disable file transfer support, default enabled.
|
|
# file-transfer yes
|
|
|
|
# Enable or disable networking features, default enabled.
|
|
# network yes
|
|
|
|
# Enable or disable restricted network support, default disabled. If enabled,
|
|
# networking features should also be enabled (network yes).
|
|
# Restricted networking grants access to --interface and --net=ethXXX
|
|
# only to root user. Regular users are only allowed --net=none.
|
|
# restricted-network no
|
|
|
|
# Enable or disable seccomp support, default enabled.
|
|
# seccomp yes
|
|
|
|
# Enable or disable user namespace support, default enabled.
|
|
# userns yes
|
|
|
|
# Enable or disable X11 sandboxing support, default enabled.
|
|
# x11 yes
|
|
|
|
# Screen size for --x11=xephyr, default 800x600. Run /usr/bin/xrandr for
|
|
# a full list of resolutions available on your specific setup.
|
|
# xephyr-screen 640x480
|
|
# xephyr-screen 800x600
|
|
# xephyr-screen 1024x768
|
|
# xephyr-screen 1280x1024
|