mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fix seahorse-tool
This commit is contained in:
parent
53169c093d
commit
37ac96c28e
2 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue