mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
* refactor mupdf * refactor mupdf * refactor mupdf * refactor mupdf * add mupdf-gl blacklist * move history file back to mupdf-gl * refactor mupdf-gl * add no3d to mupdf.profile * add suggestions from review * drop unix from protocol [accumulates] * fix protocol
16 lines
388 B
Text
16 lines
388 B
Text
# Firejail profile for mupdf-gl
|
|
# Description: Lightweight PDF viewer
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include mupdf-gl.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/mupdf.history
|
|
noblacklist ${HOME}/.mupdf.history
|
|
|
|
ignore no3d
|
|
|
|
# Redirect
|
|
include mupdf.profile
|