aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-12 07:16:07 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-12 07:16:07 +0000
commit26bd912c121b10839fe89d7daa4ac215355a1804 (patch)
treed09ab7a9fb97f74a2808ba5d9242c145f8801d96 /etc
parentFix clawsker for older GTK2 versions (#2556) (diff)
downloadfirejail-26bd912c121b10839fe89d7daa4ac215355a1804.tar.gz
firejail-26bd912c121b10839fe89d7daa4ac215355a1804.tar.zst
firejail-26bd912c121b10839fe89d7daa4ac215355a1804.zip
Fixes for d-feet (#2557)
Diffstat (limited to 'etc')
-rw-r--r--etc/d-feet.profile9
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/d-feet.profile b/etc/d-feet.profile
index 1a11ca2a4..05314fa18 100644
--- a/etc/d-feet.profile
+++ b/etc/d-feet.profile
@@ -9,9 +9,9 @@ include globals.local
9noblacklist ${HOME}/.config/d-feet 9noblacklist ${HOME}/.config/d-feet
10 10
11# Allow python (disabled by disable-interpreters.inc) 11# Allow python (disabled by disable-interpreters.inc)
12#noblacklist ${PATH}/python2* 12noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3* 13noblacklist ${PATH}/python3*
14#noblacklist /usr/lib/python2* 14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3* 15noblacklist /usr/lib/python3*
16 16
17include disable-common.inc 17include disable-common.inc
@@ -29,8 +29,7 @@ include whitelist-var-common.inc
29apparmor 29apparmor
30caps.drop all 30caps.drop all
31ipc-namespace 31ipc-namespace
32machine-id 32# net none - breaks on Ubuntu
33net none
34no3d 33no3d
35nodvd 34nodvd
36nogroups 35nogroups
@@ -48,7 +47,7 @@ disable-mnt
48private-bin d-feet,python* 47private-bin d-feet,python*
49private-cache 48private-cache
50private-dev 49private-dev
51private-etc alternatives,dbus-1,fonts 50private-etc alternatives,dbus-1,fonts,machine-id
52private-tmp 51private-tmp
53 52
54# memory-deny-write-execute - Breaks on Arch 53# memory-deny-write-execute - Breaks on Arch