aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/supertuxkart.profile
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/profile-m-z/supertuxkart.profile
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/profile-m-z/supertuxkart.profile')
-rw-r--r--etc/profile-m-z/supertuxkart.profile5
1 files changed, 3 insertions, 2 deletions
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