c4ca41a9dd
allow /etc/pki/coturn/** in apparmor to allow loading of certificates from the standard location. - added apparmor profile (coturn-apparmor-usr.bin.turnserver) - fix executable permissions in devel package by using defattr OBS-URL: https://build.opensuse.org/request/show/795858 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=5
20 lines
464 B
Plaintext
20 lines
464 B
Plaintext
#include <tunables/global>
|
|
|
|
/usr/bin/turnserver {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/user-tmp>
|
|
|
|
/etc/coturn/*.conf r,
|
|
/etc/pki/coturn/** r,
|
|
/usr/bin/turnserver mr,
|
|
owner /run/coturn/* w,
|
|
owner /var/lib/coturn/* rwk,
|
|
owner /var/log/coturn/*.log rw,
|
|
owner /var/log/turn*.log w,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
#include <local/usr.bin.turnserver>
|
|
}
|
|
|