/etc/apparmor.d/usr.lib.ioquake3.ioq3ded is in ioquake3-server 1.36+u20180108~dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # idTech3 server AppArmor profile
# Copyright © 2016 Simon McVittie
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided this notice is preserved.
# This file is offered as-is, without any warranty.
#include <tunables/global>
/usr/lib/ioquake3/ioq3ded flags=(complain) {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/private-files-strict>
network inet dgram,
network inet stream,
network inet6 dgram,
network inet6 stream,
/etc/{openarena,quake3}-server/** r,
/usr/lib/{ioquake3,quake3,openarena,openarena-server}/{,**} mr,
/usr/share/games/{quake3*,openarena}/{,**} r,
owner @{HOME}/.{openarena,q3a}/{,**} rwk,
owner /var/games/{openarena,quake3}-server/** rwk,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.lib.ioquake3.ioq3ded>
}
|