mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* add comment: allow python * add comment: allow python * reorder allow comments * fix perl allow comment * add comment: allow python * add comment: allow lua, perl & python * reorder allow comments * add comment: allow python * add comment: allow python * add comment: allow lua, perl & python * fix allow comments * add comment: allow python * add comment: allow python * fix spacing in comments * add comment: allow python * add comment: allow python * fix comment * add comment: allow perl & python * add comment: allow lua & python * add comment: allow lua, perl & python * fix allow comments * add comment: allow perl & python * streamline allow python comments
16 lines
470 B
Text
16 lines
470 B
Text
# Firejail profile for jumpnbump-menu
|
|
# Description: Level selection and config menu for the Jump 'n Bump game
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include jumpnbump-menu.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python3.inc
|
|
|
|
private-bin jumpnbump-menu,python3*
|
|
|
|
# Redirect
|
|
include jumpnbump.profile
|