1
0

AppArmor Profiles for Electrum

AppArmor Profiles for Electrum
This commit is contained in:
robertmin2
2024-04-12 01:23:53 +03:00
committed by SomberNight
parent bd32ebecb2
commit 815a5272f0
4 changed files with 126 additions and 0 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,
}