aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-04 08:41:58 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-04 08:41:58 +0200
commit3b234f9ee2a828d1ec8e73c03a7c54851e6ae795 (patch)
tree5b3f63bfe71d9da6a9e5d90f242d64cf8b04337f
parentBetter error message for jail_prober.py cli usage (diff)
downloadfirejail-3b234f9ee2a828d1ec8e73c03a7c54851e6ae795.tar.gz
firejail-3b234f9ee2a828d1ec8e73c03a7c54851e6ae795.tar.zst
firejail-3b234f9ee2a828d1ec8e73c03a7c54851e6ae795.zip
Fix seahorse-adventures + CI
-rw-r--r--etc/profile-m-z/seahorse-adventures.profile9
1 files 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
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Allow /bin/sh (blacklisted by disable-shell.inc)
10include allow-bin-sh.inc
11
9# Allow python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
10include allow-python2.inc 13include allow-python2.inc
11include allow-python3.inc 14include allow-python3.inc
@@ -16,11 +19,11 @@ include disable-exec.inc
16include disable-interpreters.inc 19include disable-interpreters.inc
17include disable-passwdmgr.inc 20include disable-passwdmgr.inc
18include disable-programs.inc 21include disable-programs.inc
19#include disable-shell.inc - breaks on Debian 10 22include disable-shell.inc
20include disable-xdg.inc 23include disable-xdg.inc
21 24
22whitelist /usr/share/seahorse-adventures 25whitelist /usr/share/seahorse-adventures
23whitelist /usr/share/games/seahorse-adventures # Debian version 26whitelist /usr/share/games/seahorse-adventures
24include whitelist-common.inc 27include whitelist-common.inc
25include whitelist-usr-share-common.inc 28include whitelist-usr-share-common.inc
26include whitelist-var-common.inc 29include whitelist-var-common.inc
@@ -43,7 +46,7 @@ tracelog
43 46
44disable-mnt 47disable-mnt
45private 48private
46private-bin python*,seahorse-adventures,bash,dash,sh 49private-bin bash,dash,python*,seahorse-adventures,sh
47private-cache 50private-cache
48private-dev 51private-dev
49private-etc machine-id 52private-etc machine-id