# 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,
}
