aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2020-11-29 19:40:48 -0500
committerLibravatar Tad <tad@spotco.us>2020-11-29 19:52:19 -0500
commita04e63f97fc14dd713dfadb2bf193b09d02fbbc5 (patch)
treecbf517a1215bacd9124820f7a204259985a1af94 /etc
parentUpdate build.yml (#3779) (diff)
downloadfirejail-a04e63f97fc14dd713dfadb2bf193b09d02fbbc5.tar.gz
firejail-a04e63f97fc14dd713dfadb2bf193b09d02fbbc5.tar.zst
firejail-a04e63f97fc14dd713dfadb2bf193b09d02fbbc5.zip
Small fixes
- gimp: allow mbind syscall. no start on Fedora 33 without - minetest: disable private-cache. without persistent cache connecting to servers can take many minutes - supertuxkart: allow bluetooth protocol. stk can directly connect/pair to WiiMote controllers - supertuxkart: comment private-dev to allow controller use - profiles: unify controller support comments - firecfg: comment evolution with a note, and add a note to epiphany #3647 + #2995
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/gimp.profile2
-rw-r--r--etc/profile-a-l/lutris.profile2
-rw-r--r--etc/profile-m-z/minetest.profile3
-rw-r--r--etc/profile-m-z/ostrichriders.profile2
-rw-r--r--etc/profile-m-z/ppsspp.profile2
-rw-r--r--etc/profile-m-z/steam.profile2
-rw-r--r--etc/profile-m-z/supertuxkart.profile5
7 files changed, 10 insertions, 8 deletions
diff --git a/etc/profile-a-l/gimp.profile b/etc/profile-a-l/gimp.profile
index ed27de7f5..bc5ef966c 100644
--- a/etc/profile-a-l/gimp.profile
+++ b/etc/profile-a-l/gimp.profile
@@ -52,7 +52,7 @@ nosound
52notv 52notv
53nou2f 53nou2f
54protocol unix 54protocol unix
55seccomp 55seccomp !mbind
56shell none 56shell none
57tracelog 57tracelog
58 58
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index fabf57861..652f571bb 100644
--- a/etc/profile-a-l/lutris.profile
+++ b/etc/profile-a-l/lutris.profile
@@ -66,7 +66,7 @@ protocol unix,inet,inet6,netlink
66seccomp 66seccomp
67shell none 67shell none
68 68
69# comment the following line if you don't need controller support 69# uncomment the following line if you do not need controller support
70# private-dev 70# private-dev
71private-tmp 71private-tmp
72 72
diff --git a/etc/profile-m-z/minetest.profile b/etc/profile-m-z/minetest.profile
index e126050b7..666af323d 100644
--- a/etc/profile-m-z/minetest.profile
+++ b/etc/profile-m-z/minetest.profile
@@ -53,7 +53,8 @@ tracelog
53 53
54disable-mnt 54disable-mnt
55private-bin minetest,rm 55private-bin minetest,rm
56private-cache 56# cache is used for storing assets when connecting to servers
57#private-cache
57private-dev 58private-dev
58# private-etc needs to be updated, see #1702 59# private-etc needs to be updated, see #1702
59#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl 60#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl
diff --git a/etc/profile-m-z/ostrichriders.profile b/etc/profile-m-z/ostrichriders.profile
index cc44d5a48..3bfda7946 100644
--- a/etc/profile-m-z/ostrichriders.profile
+++ b/etc/profile-m-z/ostrichriders.profile
@@ -42,7 +42,7 @@ tracelog
42disable-mnt 42disable-mnt
43private-bin ostrichriders 43private-bin ostrichriders
44private-cache 44private-cache
45# private-dev should be commented for controllers 45# comment the following line if you need controller support
46private-dev 46private-dev
47private-tmp 47private-tmp
48 48
diff --git a/etc/profile-m-z/ppsspp.profile b/etc/profile-m-z/ppsspp.profile
index c62e53151..c71553bcd 100644
--- a/etc/profile-m-z/ppsspp.profile
+++ b/etc/profile-m-z/ppsspp.profile
@@ -32,7 +32,7 @@ protocol unix,netlink
32seccomp 32seccomp
33shell none 33shell none
34 34
35# private-dev is disabled to allow controller support 35# uncomment the following line if you do not need controller support
36#private-dev 36#private-dev
37private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl 37private-etc alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl
38private-opt ppsspp 38private-opt ppsspp
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 7292f189c..adf9c9317 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -109,7 +109,7 @@ shell none
109# picture viewers are needed for viewing screenshots 109# picture viewers are needed for viewing screenshots
110#private-bin eog,eom,gthumb,pix,viewnior,xviewer 110#private-bin eog,eom,gthumb,pix,viewnior,xviewer
111 111
112# private-dev should be commented for controllers 112# comment the following line if you need controller support
113private-dev 113private-dev
114# private-etc breaks a small selection of games on some systems, comment to support those 114# private-etc breaks a small selection of games on some systems, comment to support those
115private-etc alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,lsb-release,machine-id,mime.types,nvidia,os-release,passwd,pki,pulse,resolv.conf,services,ssl 115private-etc alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,lsb-release,machine-id,mime.types,nvidia,os-release,passwd,pki,pulse,resolv.conf,services,ssl
diff --git a/etc/profile-m-z/supertuxkart.profile b/etc/profile-m-z/supertuxkart.profile
index ff99c234e..1b20f5d3d 100644
--- a/etc/profile-m-z/supertuxkart.profile
+++ b/etc/profile-m-z/supertuxkart.profile
@@ -41,7 +41,7 @@ noroot
41notv 41notv
42nou2f 42nou2f
43novideo 43novideo
44protocol unix,inet,inet6 44protocol unix,inet,inet6,bluetooth
45seccomp 45seccomp
46seccomp.block-secondary 46seccomp.block-secondary
47shell none 47shell none
@@ -50,7 +50,8 @@ tracelog
50disable-mnt 50disable-mnt
51private-bin supertuxkart 51private-bin supertuxkart
52private-cache 52private-cache
53private-dev 53# uncomment the following line if you do not need controller support
54#private-dev
54private-etc alternatives,ca-certificates,crypto-policies,drirc,hosts,machine-id,openal,pki,resolv.conf,ssl 55private-etc alternatives,ca-certificates,crypto-policies,drirc,hosts,machine-id,openal,pki,resolv.conf,ssl
55private-tmp 56private-tmp
56private-opt none 57private-opt none