mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: metadata-cleaner.profile (#6246)
Description: Python GTK3 application to view and clean metadata in files, using mat2. https://gitlab.com/rmnvgr/metadata-cleaner
This commit is contained in:
parent
ae1e5e3e9c
commit
3f4d6df041
2 changed files with 66 additions and 0 deletions
65
etc/profile-m-z/metadata-cleaner.profile
Normal file
65
etc/profile-m-z/metadata-cleaner.profile
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# Firejail profile for metadata-cleaner
|
||||
# Description: Python GTK application to view and clean metadata in files, using mat2
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include metadata-cleaner.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
blacklist /usr/libexec
|
||||
|
||||
# Allow perl (blacklisted by disable-interpreters.inc)
|
||||
include allow-perl.inc
|
||||
|
||||
# Allow python3 (blacklisted by disable-interpreters.inc)
|
||||
include allow-python3.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-programs.inc
|
||||
include disable-shell.inc
|
||||
|
||||
whitelist /usr/share/metadata-remover
|
||||
whitelist /usr/share/perl-image-exiftool
|
||||
include whitelist-run-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
net none
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
noprinters
|
||||
noroot
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
nosound
|
||||
protocol unix,netlink
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
tracelog
|
||||
|
||||
#disable-mnt
|
||||
private-bin bash,exiftool,ffmpeg,metadata-cleaner,perl,python,python*,sh,which
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc @x11,mime.types
|
||||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.own fr.romainvigier.MetadataCleaner
|
||||
dbus-user.talk ca.desrt.dconf
|
||||
dbus-user.talk org.gtk.vfs.UDisks2VolumeMonitor
|
||||
dbus-system none
|
||||
|
||||
restrict-namespaces
|
||||
|
|
@ -562,6 +562,7 @@ meld
|
|||
mencoder
|
||||
mendeleydesktop
|
||||
menulibre
|
||||
metadata-cleaner
|
||||
meteo-qt
|
||||
microsoft-edge
|
||||
microsoft-edge-beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue