mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 20:16:42 +00:00
28 lines
852 B
Plaintext
28 lines
852 B
Plaintext
# AppArmor profile for UnrealIRCd 5
|
|
#
|
|
# 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 and Ubuntu 18.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,
|
|
}
|