mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
ktorrent.profile: fix mkfile without mkdir
firejail fails to create the following files: * ~/.kde/share/config/ktorrentrc * ~/.kde4/share/config/ktorrentrc Because it does not create the preceding directories beforehand: * ~/.kde/share/config * ~/.kde4/share/config Relates to #5414.
This commit is contained in:
parent
65c5480f2f
commit
7f1906dba7
1 changed files with 2 additions and 0 deletions
|
|
@ -22,7 +22,9 @@ include disable-programs.inc
|
|||
include disable-shell.inc
|
||||
|
||||
mkdir ${HOME}/.kde/share/apps/ktorrent
|
||||
mkdir ${HOME}/.kde/share/config
|
||||
mkdir ${HOME}/.kde4/share/apps/ktorrent
|
||||
mkdir ${HOME}/.kde4/share/config
|
||||
mkdir ${HOME}/.local/share/ktorrent
|
||||
mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
|
||||
mkfile ${HOME}/.config/ktorrentrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue