unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
unrealircd (867B)
1 # AppArmor profile for UnrealIRCd 6 2 # 3 # Note that you may still see some DENIED warnings in logs with 4 # operation="chmod". These are harmless and can be safely ignored. 5 # 6 # Tested on Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, Ubuntu 20.04 LTS 7 # 8 # IMPORTANT: you will have to modify the path to executable below 9 # if it's not /home/ircd/unrealircd/bin/unrealircd ! 10 11 #include <tunables/global> 12 13 # Change the pathname of your UnrealIRCd executable here: 14 /home/ircd/unrealircd/bin/unrealircd { 15 #include <abstractions/base> 16 #include <abstractions/nameservice> 17 18 @{HOME}/unrealircd/conf/ r, 19 @{HOME}/unrealircd/conf/** r, 20 @{HOME}/unrealircd/data/** rw, 21 @{HOME}/unrealircd/lib/*.so* mr, 22 @{HOME}/unrealircd/logs/* rw, 23 @{HOME}/unrealircd/modules/**.so r, 24 @{HOME}/unrealircd/tmp/ r, 25 @{HOME}/unrealircd/tmp/* mrw, 26 @{HOME}/unrealircd/bin/unrealircd mr, 27 }