1
0

fix apparmor issue (#9047)

fix apparmor issue

Co-authored-by: ghost43 <somber.night@protonmail.com>
This commit is contained in:
Robert
2024-05-16 18:47:47 +03:00
committed by GitHub
parent 9d29e6e03c
commit 410201af73
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#Credits: Anton Nesterov
abi <abi/3.0>,
include <tunables/global>
@{electrum_exec_path} = /{usr/,usr/local/,*/*/.local/,}bin/electrum
profile electrum @{electrum_exec_path} {
include <abstractions/electrum>
@{electrum_exec_path} mr,
owner @{HOME}/.electrum/{**,} rw,
owner @{HOME}/.local/{**,} mrw,
}