Skip to content

Commit

Permalink
fix seahorse-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake authored and rusty-snake committed Dec 19, 2019
1 parent 53169c0 commit 37ac96c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions etc/seahorse-tool.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ include seahorse-tool.local
# added by included profile
#include globals.local

# private-etc workaround for: #2877
private-etc passwd,firejail,login.defs
private-tmp

memory-deny-write-execute

# Redirect
include seahorse.profile
12 changes: 7 additions & 5 deletions etc/seahorse.profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc

mkdir ${HOME}/.gnupg
mkdir ${HOME}/.ssh
whitelist ${HOME}/.gnupg
whitelist ${HOME}/.ssh
# whitelisting in ${HOME} breaks file encryption feature of nautilus.
# once #2882 is fixed this can be uncommented and nowhitelisted in seahorse-tool.profile
#mkdir ${HOME}/.gnupg
#mkdir ${HOME}/.ssh
#whitelist ${HOME}/.gnupg
#whitelist ${HOME}/.ssh
whitelist /tmp/ssh-*
whitelist /usr/share/gnupg
whitelist /usr/share/gnupg2
whitelist /usr/share/seahorse
whitelist /usr/share/seahorse-nautilus
#include whitelist-common.inc
include whitelist-usr-share-common.inc
include whitelist-common.inc
include whitelist-var-common.inc

apparmor
Expand Down

0 comments on commit 37ac96c

Please sign in to comment.