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/profile-m-z/xonotic.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z/xonotic.profile') 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 noblacklist ${HOME}/.xonotic +# Allow /bin/sh (blacklisted by disable-shell.inc) include allow-bin-sh.inc + +# Allow opengl-game wrapper script (distribution-specific) include allow-opengl-game.inc include disable-common.inc -- cgit v1.2.3-70-g09d2