mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-15 04:26:41 +00:00
28 lines
867 B
Plaintext
28 lines
867 B
Plaintext
# AppArmor profile for UnrealIRCd 6
|
|
#
|
|
# Note that you may still see some DENIED warnings in logs with
|
|
# operation="chmod". These are harmless and can be safely ignored.
|
|
#
|
|
# Tested on Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, Ubuntu 20.04 LTS
|
|
#
|
|
# IMPORTANT: you will have to modify the path to executable below
|
|
# if it's not /home/ircd/unrealircd/bin/unrealircd !
|
|
|
|
#include <tunables/global>
|
|
|
|
# Change the pathname of your UnrealIRCd executable here:
|
|
/home/ircd/unrealircd/bin/unrealircd {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
|
|
@{HOME}/unrealircd/conf/ r,
|
|
@{HOME}/unrealircd/conf/** r,
|
|
@{HOME}/unrealircd/data/** rw,
|
|
@{HOME}/unrealircd/lib/*.so* mr,
|
|
@{HOME}/unrealircd/logs/* rw,
|
|
@{HOME}/unrealircd/modules/**.so r,
|
|
@{HOME}/unrealircd/tmp/ r,
|
|
@{HOME}/unrealircd/tmp/* mrw,
|
|
@{HOME}/unrealircd/bin/unrealircd mr,
|
|
}
|