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
19
utils/apparmor/usr.bin.wownerod
Normal file
19
utils/apparmor/usr.bin.wownerod
Normal file
|
@ -0,0 +1,19 @@
|
|||
#include <tunables/global>
|
||||
|
||||
profile wownerod /usr/{,local/}bin/wownerod {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/openssl>
|
||||
|
||||
/etc/inputrc r,
|
||||
/etc/terminfo/** r,
|
||||
|
||||
/sys/devices/**/rotational r,
|
||||
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/} w,
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/}lmdb/ w,
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/}lmdb/* rwk,
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/}p2pstate.bin rw,
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/}wownero.conf r,
|
||||
owner /home/*/.wownero/{,/testnet/,/stagenet/}wownero.log w,
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue