mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: add redirect from matrix-mirage to mirage (#3854)
This commit is contained in:
parent
862f6820bb
commit
2da62c23ad
4 changed files with 30 additions and 1 deletions
|
|
@ -303,6 +303,7 @@ blacklist ${HOME}/.config/mana
|
|||
blacklist ${HOME}/.config/mate-calc
|
||||
blacklist ${HOME}/.config/mate/eom
|
||||
blacklist ${HOME}/.config/mate/mate-dictionary
|
||||
blacklist ${HOME}/.config/matrix-mirage
|
||||
blacklist ${HOME}/.config/meld
|
||||
blacklist ${HOME}/.config/meteo-qt
|
||||
blacklist ${HOME}/.config/menulibre.cfg
|
||||
|
|
@ -671,6 +672,7 @@ blacklist ${HOME}/.local/share/lugaru
|
|||
blacklist ${HOME}/.local/share/lutris
|
||||
blacklist ${HOME}/.local/share/mana
|
||||
blacklist ${HOME}/.local/share/maps-places.json
|
||||
blacklist ${HOME}/.local/share/matrix-mirage
|
||||
blacklist ${HOME}/.local/share/meld
|
||||
blacklist ${HOME}/.local/share/midori
|
||||
blacklist ${HOME}/.local/share/mirage
|
||||
|
|
@ -943,6 +945,7 @@ blacklist ${HOME}/.cache/libgweather
|
|||
blacklist ${HOME}/.cache/liferea
|
||||
blacklist ${HOME}/.cache/lutris
|
||||
blacklist ${HOME}/.cache/Mendeley Ltd.
|
||||
blacklist ${HOME}/.cache/matrix-mirage
|
||||
blacklist ${HOME}/.cache/midori
|
||||
blacklist ${HOME}/.cache/minetest
|
||||
blacklist ${HOME}/.cache/mirage
|
||||
|
|
|
|||
24
etc/profile-m-z/matrix-mirage.profile
Normal file
24
etc/profile-m-z/matrix-mirage.profile
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Firejail profile for matrix-mirage
|
||||
# Description: Debian name for mirage binary/package
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include matrix-mirage.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
noblacklist ${HOME}/.cache/matrix-mirage
|
||||
noblacklist ${HOME}/.config/matrix-mirage
|
||||
noblacklist ${HOME}/.local/share/matrix-mirage
|
||||
|
||||
mkdir ${HOME}/.cache/matrix-mirage
|
||||
mkdir ${HOME}/.config/matrix-mirage
|
||||
mkdir ${HOME}/.local/share/matrix-mirage
|
||||
whitelist ${HOME}/.cache/matrix-mirage
|
||||
whitelist ${HOME}/.config/matrix-mirage
|
||||
whitelist ${HOME}/.local/share/matrix-mirage
|
||||
|
||||
private-bin matrix-mirage
|
||||
|
||||
# Redirect
|
||||
include mirage.profile
|
||||
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${HOME}/.cache/mirage
|
||||
noblacklist ${HOME}/.config/mirage
|
||||
noblacklist ${HOME}/.local/share/mirage
|
||||
noblacklist /sbin
|
||||
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
|
@ -49,7 +50,7 @@ shell none
|
|||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin mirage
|
||||
private-bin ldconfig,mirage
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||
|
|
|
|||
|
|
@ -462,6 +462,7 @@ mate-calculator
|
|||
mate-color-select
|
||||
mate-dictionary
|
||||
mathematica
|
||||
matrix-mirage
|
||||
mattermost-desktop
|
||||
mcabber
|
||||
mediainfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue