From f7b22a4764de898eef9ada813baa5c7f4a8f2c07 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 10 Sep 2018 09:00:39 -0400 Subject: cleanup --- etc/firejail.config | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) (limited to 'etc') diff --git a/etc/firejail.config b/etc/firejail.config index 1f47f77d0..f4acfe7f8 100644 --- a/etc/firejail.config +++ b/etc/firejail.config @@ -15,9 +15,6 @@ # Enable or disable bind support, default enabled. # bind yes -# Enable or disable chroot support, default enabled. -# chroot yes - # Enable or disable dbus handling by --nodbus flag, default enabled. # dbus yes @@ -50,18 +47,6 @@ # Enable or disable networking features, default enabled. # network yes -# Enable or disable overlayfs features, default enabled. -# overlayfs yes - -# Remove /usr/local directories from private-bin list, default disabled. -# private-bin-no-local no - -# Enable or disable private-home feature, default enabled -# private-home yes - -# Enable or disable private-lib feature, default enabled -# private-lib yes - # Enable --quiet as default every time the sandbox is started. Default disabled. # quiet-by-default no @@ -86,37 +71,3 @@ # Enable or disable whitelisting support, default enabled. # whitelist 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 - -# Firejail window title in Xephyr, default enabled. -# xephyr-window-title yes - -# Xephyr command extra parameters. None by default; these are examples. -# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev -# xephyr-extra-params -grayscale - -# Xpra server command extra parameters. None by default; this is an example. -# xpra-extra-params --dpi 96 - -# Enable this option if you have a version of Xpra that supports --attach switch -# for start command, default disabled. -# xpra-attach no - -# Screen size for --x11=xvfb, default 800x600x24. The third dimension is -# color depth; use 24 unless you know exactly what you're doing. -# xvfb-screen 640x480x24 -# xvfb-screen 800x600x24 -# xvfb-screen 1024x768x24 -# xvfb-screen 1280x1024x24 - -# Xvfb command extra parameters. None by default; this is an example. -# xvfb-extra-params -pixdepths 8 24 32 -- cgit v1.2.3-54-g00ecf