mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Recent versions of geeqie[1] use a Lua interpreter, like the one
currently in Arch Linux (2.2).
Without this fix it fails with:
/usr/bin/geeqie: error while loading shared libraries: liblua.so.5.4: [...]
[1] https://www.geeqie.org/
41 lines
829 B
Text
41 lines
829 B
Text
# Firejail profile for geeqie
|
|
# Description: Image viewer using GTK
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include geeqie.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/geeqie
|
|
noblacklist ${HOME}/.config/geeqie
|
|
noblacklist ${HOME}/.local/share/geeqie
|
|
|
|
# Allow lua (blacklisted by disable-interpreters.inc)
|
|
include allow-lua.inc
|
|
|
|
# Allow perl (blacklisted by disable-interpreters.inc)
|
|
include allow-perl.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
# remove inet,inet6 to disable network access
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
#private-bin geeqie
|
|
private-dev
|
|
|
|
restrict-namespaces
|