mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
This commit removes it from profile which have it. /usr/share/perl* is still inaccessible for profiles with wusc and disable-interpreters.inc w/o allow-perl.inc.
16 lines
415 B
Text
16 lines
415 B
Text
# Firejail profile for conplay
|
|
# Description: MPEG audio player/decoder
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include conplay.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
## system-wide profile
|
|
#+ overrides
|
|
# Allow perl (blacklisted by disable-interpreters.inc)
|
|
include allow-perl.inc
|
|
|
|
# Redirect
|
|
include mpg123.profile
|