aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/xonotic.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-04-05 12:09:04 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-05 12:09:04 +0000
commit1cfa06b4c5517a89d1a5dafd80ee593f8ebf86ea (patch)
treebc08210c54287ccd7a895049f829b609b7279b29 /etc/profile-m-z/xonotic.profile
parentprofiles: add allow-php.inc to profile.template (#6299) (diff)
downloadfirejail-1cfa06b4c5517a89d1a5dafd80ee593f8ebf86ea.tar.gz
firejail-1cfa06b4c5517a89d1a5dafd80ee593f8ebf86ea.tar.zst
firejail-1cfa06b4c5517a89d1a5dafd80ee593f8ebf86ea.zip
profiles: clarify and add opengl-game to profile.template (#6300)
To make it consistent with the other include profiles. See etc/templates/profile.template. With this, all `etc/inc/allow-*` files are listed in profile.template. The explanation is based on a comment by @rusty-snake[1]. Relates to #4071. This is a follow-up to #6299. [1] https://github.com/netblue30/firejail/pull/4071#issuecomment-822003473
Diffstat (limited to 'etc/profile-m-z/xonotic.profile')
-rw-r--r--etc/profile-m-z/xonotic.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/xonotic.profile b/etc/profile-m-z/xonotic.profile
index 87e75986d..ad4ed4d8b 100644
--- a/etc/profile-m-z/xonotic.profile
+++ b/etc/profile-m-z/xonotic.profile
@@ -8,7 +8,10 @@ include globals.local
8 8
9noblacklist ${HOME}/.xonotic 9noblacklist ${HOME}/.xonotic
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
11include allow-bin-sh.inc 12include allow-bin-sh.inc
13
14# Allow opengl-game wrapper script (distribution-specific)
12include allow-opengl-game.inc 15include allow-opengl-game.inc
13 16
14include disable-common.inc 17include disable-common.inc