aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
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/templates
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/templates')
-rw-r--r--etc/templates/profile.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 2188721b8..459baf51a 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -91,6 +91,9 @@ include globals.local
91# Allow nodejs (blacklisted by disable-interpreters.inc) 91# Allow nodejs (blacklisted by disable-interpreters.inc)
92#include allow-nodejs.inc 92#include allow-nodejs.inc
93 93
94# Allow opengl-game wrapper script (distribution-specific)
95#include allow-opengl-game.inc
96
94# Allow perl (blacklisted by disable-interpreters.inc) 97# Allow perl (blacklisted by disable-interpreters.inc)
95#include allow-perl.inc 98#include allow-perl.inc
96 99