mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
initial commit
This commit is contained in:
parent
2222bea92f
commit
952b0492d9
138 changed files with 4676 additions and 5072 deletions
23
utils/apparmor/usr.bin.wownero-wallet-cli
Normal file
23
utils/apparmor/usr.bin.wownero-wallet-cli
Normal file
|
@ -0,0 +1,23 @@
|
|||
#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,
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue