mumble/murmur.apparmor
Michael Vetter 681d22d19b Accepting request 947668 from home:seijikun:branches:games:tools
Hey,
this is my attempt at updating to Mumble 1.4.230.
I cleaned up the spec-file in the process.
  * Ported specfile to CMake build-system
  * Use cmake install instead of manual as much as possible
  * Disabled ICE for now (depends on unavailable lib)
  * bonjour is no longer optional
  * Removed init.d script and enabled systemd

I removed a lot of branches for other distros or old versions - I hope that was okay.
The package builds fine for every repo of the devel-package's build targets.

I tested client and server, and both seem to work for me.

OBS-URL: https://build.opensuse.org/request/show/947668
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=139
2022-01-20 15:27:42 +00:00

43 lines
1.0 KiB
Plaintext

# Last Modified: Thu Mar 24 13:33:08 2011
#include <tunables/global>
profile murmurd /usr/sbin/murmurd {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/openssl>
#include <abstractions/ssl_certs>
#include <abstractions/user-tmp>
# needed for real time scheduling of the mixer threads
capability sys_resource,
network inet dgram,
network inet stream,
network netlink,
/usr/share/icu/*/icu*.dat r,
/etc/mumble-server.ini rk,
/usr/bin/lsb_release cx,
/var/lib/mumble-server/ rwk,
/var/lib/mumble-server/** rwk,
/var/log/mumble-server/murmur.log w,
/var/run/mumble-server/mumble-server.pid w,
profile /usr/bin/lsb_release {
#include <abstractions/base>
#include <abstractions/consoles>
/{usr/,}bin/bash rm,
/proc/meminfo r,
/usr/bin/getopt rmix,
/usr/bin/head rmix,
/usr/bin/grep rmix,
/usr/bin/sed rmix,
/usr/bin/cut rmix,
/usr/bin/lsb_release r,
/etc/SuSE-release r,
}
#include if exists <local/usr.bin.mumble-server>
}