From 3b234f9ee2a828d1ec8e73c03a7c54851e6ae795 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 4 Jun 2021 08:41:58 +0200 Subject: Fix seahorse-adventures + CI --- etc/profile-m-z/seahorse-adventures.profile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/etc/profile-m-z/seahorse-adventures.profile b/etc/profile-m-z/seahorse-adventures.profile index 54e179958..7799ab7ed 100644 --- a/etc/profile-m-z/seahorse-adventures.profile +++ b/etc/profile-m-z/seahorse-adventures.profile @@ -6,6 +6,9 @@ include seahorse-adventures.local # Persistent global definitions include globals.local +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc include allow-python3.inc @@ -16,11 +19,11 @@ include disable-exec.inc include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc -#include disable-shell.inc - breaks on Debian 10 +include disable-shell.inc include disable-xdg.inc whitelist /usr/share/seahorse-adventures -whitelist /usr/share/games/seahorse-adventures # Debian version +whitelist /usr/share/games/seahorse-adventures include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc @@ -43,7 +46,7 @@ tracelog disable-mnt private -private-bin python*,seahorse-adventures,bash,dash,sh +private-bin bash,dash,python*,seahorse-adventures,sh private-cache private-dev private-etc machine-id -- cgit v1.2.3-54-g00ecf