From 45df1d6441727b457679bd6ad1ea49a3bcf795a2 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 18 Jun 2020 20:08:59 +0000 Subject: harden totem.profile Totem saves screenshots of video to ${PICTURES}. Also adding tracelog to slightly harden things a bit. --- etc/profile-m-z/totem.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/totem.profile b/etc/profile-m-z/totem.profile index 9a2634d8d..b8f4ca765 100644 --- a/etc/profile-m-z/totem.profile +++ b/etc/profile-m-z/totem.profile @@ -8,12 +8,14 @@ include globals.local # Allow lua (required for youtube video) include allow-lua.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python3.inc noblacklist ${HOME}/.config/totem noblacklist ${HOME}/.local/share/totem noblacklist ${MUSIC} +noblacklist ${PICTURES} noblacklist ${VIDEOS} include disable-common.inc @@ -37,6 +39,7 @@ nou2f protocol unix,inet,inet6 seccomp shell none +tracelog private-bin totem # totem needs access to ~/.cache/tracker or it exits -- cgit v1.2.3-54-g00ecf