mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -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
13 lines
598 B
Text
13 lines
598 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-opengl-game.local
|
|
|
|
# Explanation: Fedora (and maybe others) install a .desktop file that uses
|
|
# `Exec=foo-wrapper` instead of `Exec=foo`. Each /usr/bin/foo-wrapper is a
|
|
# symlink to /usr/bin/opengl-game-wrapper.sh, which checks hardware
|
|
# acceleration and then starts the game or notifies the user that there is a
|
|
# problem.
|
|
|
|
noblacklist ${PATH}/bash
|
|
whitelist /usr/share/opengl-games-utils/opengl-game-functions.sh
|
|
private-bin basename,bash,cut,glxinfo,grep,head,sed,zenity
|