You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
#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, |
|
|
|
}
|
|
|