From 1cfa06b4c5517a89d1a5dafd80ee593f8ebf86ea Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 5 Apr 2024 12:09:04 +0000 Subject: 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 --- etc/templates/profile.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/templates/profile.template') 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 # Allow nodejs (blacklisted by disable-interpreters.inc) #include allow-nodejs.inc +# Allow opengl-game wrapper script (distribution-specific) +#include allow-opengl-game.inc + # Allow perl (blacklisted by disable-interpreters.inc) #include allow-perl.inc -- cgit v1.2.3-70-g09d2