aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
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-a-l
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-a-l')
-rw-r--r--etc/profile-a-l/alienarena-wrapper.profile1
-rw-r--r--etc/profile-a-l/ballbuster-wrapper.profile1
-rw-r--r--etc/profile-a-l/colorful-wrapper.profile1
-rw-r--r--etc/profile-a-l/etr-wrapper.profile1
-rw-r--r--etc/profile-a-l/gl-117-wrapper.profile1
-rw-r--r--etc/profile-a-l/glaxium-wrapper.profile1
6 files changed, 6 insertions, 0 deletions
diff --git a/etc/profile-a-l/alienarena-wrapper.profile b/etc/profile-a-l/alienarena-wrapper.profile
index b31996cd2..b05a6968d 100644
--- a/etc/profile-a-l/alienarena-wrapper.profile
+++ b/etc/profile-a-l/alienarena-wrapper.profile
@@ -6,6 +6,7 @@ include alienarena-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin alienarena-wrapper 12private-bin alienarena-wrapper
diff --git a/etc/profile-a-l/ballbuster-wrapper.profile b/etc/profile-a-l/ballbuster-wrapper.profile
index 419dcaab5..64a78e154 100644
--- a/etc/profile-a-l/ballbuster-wrapper.profile
+++ b/etc/profile-a-l/ballbuster-wrapper.profile
@@ -6,6 +6,7 @@ include ballbuster-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin ballbuster-wrapper 12private-bin ballbuster-wrapper
diff --git a/etc/profile-a-l/colorful-wrapper.profile b/etc/profile-a-l/colorful-wrapper.profile
index 4b762047d..ebccffe09 100644
--- a/etc/profile-a-l/colorful-wrapper.profile
+++ b/etc/profile-a-l/colorful-wrapper.profile
@@ -6,6 +6,7 @@ include colorful-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin colorful-wrapper 12private-bin colorful-wrapper
diff --git a/etc/profile-a-l/etr-wrapper.profile b/etc/profile-a-l/etr-wrapper.profile
index 98f949918..66dcb3af1 100644
--- a/etc/profile-a-l/etr-wrapper.profile
+++ b/etc/profile-a-l/etr-wrapper.profile
@@ -6,6 +6,7 @@ include etr-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin etr-wrapper 12private-bin etr-wrapper
diff --git a/etc/profile-a-l/gl-117-wrapper.profile b/etc/profile-a-l/gl-117-wrapper.profile
index d783940f3..52b812954 100644
--- a/etc/profile-a-l/gl-117-wrapper.profile
+++ b/etc/profile-a-l/gl-117-wrapper.profile
@@ -6,6 +6,7 @@ include gl-117-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin gl-117-wrapper 12private-bin gl-117-wrapper
diff --git a/etc/profile-a-l/glaxium-wrapper.profile b/etc/profile-a-l/glaxium-wrapper.profile
index 7dc2cf65e..341f3ac4b 100644
--- a/etc/profile-a-l/glaxium-wrapper.profile
+++ b/etc/profile-a-l/glaxium-wrapper.profile
@@ -6,6 +6,7 @@ include glaxium-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin glaxium-wrapper 12private-bin glaxium-wrapper