Skip to content

Commit 005cbf7

Browse files
glitsj16kmk3
authored andcommitted
New profile: metadata-cleaner.profile
Description: Python GTK3 application to view and clean metadata in files, using mat2. https://gitlab.com/rmnvgr/metadata-cleaner
1 parent df257a8 commit 005cbf7

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Firejail profile for metadata-cleaner
2+
# Description: Python GTK application to view and clean metadata in files, using mat2
3+
# This file is overwritten after every install/update
4+
# Persistent local customizations
5+
include metadata-cleaner.local
6+
# Persistent global definitions
7+
include globals.local
8+
9+
blacklist /usr/libexec
10+
11+
# Allow perl (blacklisted by disable-interpreters.inc)
12+
include allow-perl.inc
13+
14+
# Allow python3 (blacklisted by disable-interpreters.inc)
15+
include allow-python3.inc
16+
17+
include disable-common.inc
18+
include disable-devel.inc
19+
include disable-exec.inc
20+
include disable-interpreters.inc
21+
include disable-programs.inc
22+
include disable-shell.inc
23+
24+
whitelist ${DOCUMENTS}
25+
whitelist ${DOWNLOADS}
26+
whitelist ${PICTURES}
27+
whitelist ${VIDEOS}
28+
whitelist /usr/share/metadata-remover
29+
whitelist /usr/share/perl-image-exiftool
30+
include whitelist-common.inc
31+
include whitelist-run-common.inc
32+
include whitelist-runuser-common.inc
33+
include whitelist-usr-share-common.inc
34+
include whitelist-var-common.inc
35+
36+
apparmor
37+
caps.drop all
38+
ipc-namespace
39+
machine-id
40+
net none
41+
no3d
42+
nodvd
43+
nogroups
44+
noinput
45+
nonewprivs
46+
noprinters
47+
noroot
48+
notv
49+
nou2f
50+
novideo
51+
nosound
52+
protocol unix,netlink
53+
seccomp
54+
seccomp.block-secondary
55+
tracelog
56+
57+
#disable-mnt
58+
private-bin bash,exiftool,ffmpeg,metadata-cleaner,perl,python,python*,sh,which
59+
private-cache
60+
private-dev
61+
private-etc @x11,mime.types
62+
private-tmp
63+
64+
dbus-user filter
65+
dbus-user.own fr.romainvigier.MetadataCleaner
66+
dbus-user.talk ca.desrt.dconf
67+
dbus-user.talk org.gtk.vfs.UDisks2VolumeMonitor
68+
dbus-system none
69+
70+
restrict-namespaces

src/firecfg/firecfg.config

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ meld
548548
mencoder
549549
mendeleydesktop
550550
menulibre
551+
metadata-cleaner
551552
meteo-qt
552553
microsoft-edge
553554
microsoft-edge-beta

0 commit comments

Comments
 (0)