mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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
15 lines
395 B
Text
15 lines
395 B
Text
# Firejail profile for glaxium-wrapper
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include glaxium-wrapper.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
# Allow opengl-game wrapper script (distribution-specific)
|
|
include allow-opengl-game.inc
|
|
|
|
private-bin glaxium-wrapper
|
|
|
|
# Redirect
|
|
include glaxium.profile
|