mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 22:01:13 -06:00
kate.profile: allow common development file access
Kate has grown support for software development, making it a light IDE. Some version control modules exist, and when using the Git module, a blacklist violation is reported: blacklist violation - sandbox 13902, name kate, exe git, syscall access, path /home/user/.gitconfig Including support for common development file access mitigates this violation issue.
This commit is contained in:
parent
41e151242f
commit
b6b3f3b385
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ noblacklist ${HOME}/.local/share/kxmlgui5/katepart
|
|||
noblacklist ${HOME}/.local/share/kxmlgui5/kateproject
|
||||
noblacklist ${HOME}/.local/share/kxmlgui5/katesearch
|
||||
|
||||
include allow-common-devel.inc
|
||||
|
||||
include disable-common.inc
|
||||
# include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue