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 Rogit config --global credential.helper store
parent 5f95d919df
commit dd72b5976b
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,
}