Skip to content

Commit

Permalink
firejail: Configure for #!
Browse files Browse the repository at this point in the history
  • Loading branch information
KellerFuchs committed May 26, 2016
1 parent a01f610 commit 861013f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firejail/firejail.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# networking features should also be enabled (network yes).
# Restricted networking grants access to --interface, --net=ethXXX and
# --netfilter only to root user. Regular users are only allowed --net=none.
# restricted-network no
restricted-network yes

# Enable or disable seccomp support, default enabled.
# seccomp yes
Expand All @@ -34,7 +34,7 @@
# a user abusing firejail's features to trick a privileged (suid
# or file capabilities) process into loading code or configuration
# that is partially under their control. Default disabled
# force-nonewprivs no
force-nonewprivs yes

# Screen size for --x11=xephyr, default 800x600. Run /usr/bin/xrandr for
# a full list of resolutions available on your specific setup.
Expand Down

0 comments on commit 861013f

Please sign in to comment.