Codebase list iortcw / 9bbffd0
AppArmor: Use <abstractions/wayland> from apparmor (>= 2.10.95-5) instead of reinventing it Simon McVittie 6 years ago
3 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1212 #include <abstractions/nameservice>
1313 #include <abstractions/nvidia>
1414 #include <abstractions/private-files-strict>
15 #include <abstractions/wayland>
1516
1617 network inet dgram,
1718 network inet stream,
5657 /sys/devices/pci*/**/uevent r,
5758 /sys/devices/pci*/**/vendor r,
5859
59 # Shared memory buffers used in Wayland
60 owner /run/user/*/{mesa,mutter,sdl,weston,xwayland}-shared-* rw,
61
6260 # OpenAL resources
6361 /usr/share/openal/{,**} r,
6462
6765 #include <abstractions/base>
6866 #include <abstractions/fonts>
6967 #include <abstractions/freedesktop.org>
68 #include <abstractions/wayland>
7069
7170 /etc/X11/app-defaults/Xmessage-color r,
7271 /usr/bin/kdialog mr,
7675 /usr/share/themes/** r,
7776 /usr/share/zenity/** r,
7877 owner @{HOME}/.config/gtk-3.0/settings.ini r,
79
80 owner /run/user/*/{mesa,mutter,sdl,weston,xwayland}-shared-* rw,
8178 }
8279
8380 # Site-specific additions and overrides. See local/README for details.
11
22 * Declare compliance with Debian Policy 4.1.3
33 * Replace kde-baseapps-bin dependency with kdialog (see #885839)
4 * AppArmor: Use <abstractions/wayland> from apparmor (>= 2.10.95-5)
5 instead of reinventing it
46
57 -- Simon McVittie <smcv@debian.org> Sun, 10 Dec 2017 18:55:56 +0000
68
2929 ${shlibs:Depends},
3030 Recommends:
3131 x11-utils | zenity | kdialog,
32 Breaks:
33 apparmor (<< 2.10.95-5~),
3234 Description: game engine for Return to Castle Wolfenstein
3335 Return to Castle Wolfenstein is a military- and occult-themed first-person
3436 shooter game in a Second World War setting, originally released in 2001.