From 51a5286c529d54fcae7fe9b0744e6a11c2820f5d Mon Sep 17 00:00:00 2001 From: ಚಿರಾಗ್ ನಟರಾಜ್ Date: Sun, 17 Feb 2019 22:36:53 +0000 Subject: Fix #2414 by providing optional relaxed include file --- etc/feh-network.inc | 2 ++ etc/feh.profile | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 etc/feh-network.inc diff --git a/etc/feh-network.inc b/etc/feh-network.inc new file mode 100644 index 000000000..b74486f4f --- /dev/null +++ b/etc/feh-network.inc @@ -0,0 +1,2 @@ +ignore net none +private-etc resolv.conf,ca-certificates,ssl diff --git a/etc/feh.profile b/etc/feh.profile index eb6f311bb..f020bace5 100644 --- a/etc/feh.profile +++ b/etc/feh.profile @@ -12,6 +12,11 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc +# This profile disables network access +# In order to enable network access, +# uncomment the following or put it in your feh.local: +# include feh-network.inc + caps.drop all net none no3d -- cgit v1.2.3-54-g00ecf