mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
23 lines
551 B
Text
23 lines
551 B
Text
#include <tunables/global>
|
|
|
|
# Change to wherever you store your wallet files and start wallet from.
|
|
@{WALLET_DIR} = /home/*/Documents/Wownero
|
|
|
|
profile wownero-wallet-cli /usr/{,local/}bin/wownero-wallet-cli {
|
|
#include <abstractions/base>
|
|
#include <abstractions/openssl>
|
|
|
|
# TODO: Use <abstractions/nameservice> when it is fixed.
|
|
/etc/gai.conf r,
|
|
/etc/host.conf r,
|
|
/etc/hosts r,
|
|
/etc/nsswitch.conf r,
|
|
/etc/resolv.conf r,
|
|
|
|
/etc/inputrc r,
|
|
/etc/terminfo/** r,
|
|
|
|
owner /home/*/.wow-shared-ringdb/* rwk,
|
|
owner @{WALLET_DIR}/* rwk,
|
|
|
|
}
|