2550ecdff9
- replace patch for dnsmasq profile with upstream patch (bnc#738905) - add apparmor-r2022-log-parser-network-bnc755923.patch - logprof didn't create network rules because of changed log format (bnc#755923, lp#800826) - add profile for samba winbindd (bnc#748499) - fix dnsmasq profile (bnc#738905) - add 0001-fix-for-lp929531.patch to allow reading /sys/devices/system/cpu/online in abstractions/base (lp#929531) OBS-URL: https://build.opensuse.org/request/show/113963 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=33
18 lines
516 B
Diff
18 lines
516 B
Diff
---
|
|
profiles/apparmor.d/usr.sbin.dnsmasq | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
=== modified file 'profiles/apparmor.d/usr.sbin.dnsmasq'
|
|
--- apparmor-2.7.2.orig/profiles/apparmor.d/usr.sbin.dnsmasq 2012-01-09 20:08:19 +0000
|
|
+++ apparmor-2.7.2/profiles/apparmor.d/usr.sbin.dnsmasq 2012-04-16 21:10:18 +0000
|
|
@@ -9,7 +9,7 @@
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
-@{TFTP_DIR}=/var/tftp
|
|
+@{TFTP_DIR}=/var/tftp /srv/tftpboot
|
|
|
|
#include <tunables/global>
|
|
/usr/sbin/dnsmasq {
|
|
|