Skip to content

Commit

Permalink
Create murmurd
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodysu authored Jan 10, 2022
1 parent 92c3cd7 commit d6ae21b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions murmurd
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

include <tunables/global>

profile murmurd /{,usr/}sbin/murmurd {
/{,usr/}sbin/murmurd r,
include <abstractions/base>
include <abstractions/openssl>
include <abstractions/ssl_certs>
include <abstractions/3rd/nameservice-strict>

capability chown,
capability setgid,
capability setuid,
capability dac_override,
capability sys_resource,

/etc/mumble-server.ini r,

owner /{,var/}run/mumble-server/*.pid rw,

owner /var/lib/mumble-server/{,**} rw,
owner /var/lib/mumble-server/*.sqlite rwk,

/var/log/mumble-server/*.log rw,

/{,usr/}bin/lsb_release Px -> lsb_release,

include if exists <local/murmurd>
}

0 comments on commit d6ae21b

Please sign in to comment.