mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
disable .ssh and .gnupg in kdiff3 profile
This commit is contained in:
parent
76efbaf8ab
commit
6bc9251a9a
2 changed files with 5 additions and 0 deletions
1
RELNOTES
1
RELNOTES
|
|
@ -1,5 +1,6 @@
|
|||
firejail (0.9.65) baseline; urgency=low
|
||||
* filtering environment variables
|
||||
* zsh completion
|
||||
* new profiles: vmware-view, display-im6.q16
|
||||
-- netblue30 <netblue30@yahoo.com> Tue, 9 Feb 2021 09:00:00 -0500
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,11 @@ noblacklist ${HOME}/.config/kdiff3fileitemactionrc
|
|||
noblacklist ${HOME}/.config/kdiff3rc
|
||||
|
||||
# Uncomment the next line (or put it into your kdiff3.local) if you don't need to compare files in disable-common.inc.
|
||||
# by default we deny access only to .ssh and .gnupg
|
||||
#include disable-common.inc
|
||||
blacklist ${HOME}/.ssh
|
||||
blacklist ${HOME}/.gnupg
|
||||
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue