2011-03-24 14:43:17 +01:00
|
|
|
# Last Modified: Thu Mar 24 13:33:08 2011
|
|
|
|
#include <tunables/global>
|
|
|
|
|
2020-04-16 03:45:37 +02:00
|
|
|
profile murmurd /usr/sbin/murmurd {
|
2011-03-24 14:43:17 +01:00
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/nameservice>
|
2019-04-15 10:28:34 +02:00
|
|
|
#include <abstractions/openssl>
|
2011-03-24 14:43:17 +01:00
|
|
|
#include <abstractions/ssl_certs>
|
2011-03-24 14:52:56 +01:00
|
|
|
#include <abstractions/user-tmp>
|
2011-03-24 14:43:17 +01:00
|
|
|
|
2020-10-24 13:33:25 +02:00
|
|
|
# needed for real time scheduling of the mixer threads
|
2011-03-24 14:43:17 +01:00
|
|
|
capability sys_resource,
|
|
|
|
|
2020-10-24 13:33:25 +02:00
|
|
|
network inet dgram,
|
2011-03-24 14:43:17 +01:00
|
|
|
network inet stream,
|
2020-10-24 13:33:25 +02:00
|
|
|
network netlink,
|
|
|
|
|
|
|
|
/usr/share/icu/*/icu*.dat r,
|
2011-03-24 14:43:17 +01:00
|
|
|
|
|
|
|
/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>
|
|
|
|
|
2020-10-24 13:33:25 +02:00
|
|
|
/{usr/,}bin/bash rm,
|
2011-03-24 14:43:17 +01:00
|
|
|
/proc/meminfo r,
|
2020-10-24 13:33:25 +02:00
|
|
|
/usr/bin/getopt rmix,
|
|
|
|
/usr/bin/head rmix,
|
|
|
|
/usr/bin/grep rmix,
|
|
|
|
/usr/bin/sed rmix,
|
|
|
|
/usr/bin/cut rmix,
|
2011-03-24 14:43:17 +01:00
|
|
|
/usr/bin/lsb_release r,
|
|
|
|
/etc/SuSE-release r,
|
|
|
|
}
|
2022-01-20 16:27:42 +01:00
|
|
|
#include if exists <local/usr.bin.mumble-server>
|
2011-03-24 14:43:17 +01:00
|
|
|
}
|