mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
dnsmasq profile update: allow /dev/tty
This patch is based on a SLE12 patch to allow executing the --dhcp-script. We already have most parts of that patch since r2841, except /dev/tty rw which is needed for the shell's stdout and stderr. References: https://bugzilla.opensuse.org/show_bug.cgi?id=940749 (non-public) Acked by Seth Arnold on IRC (with "owner" added)
This commit is contained in:
parent
144a16baf1
commit
eff8f2a211
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
signal (receive) peer=/usr/sbin/libvirtd,
|
signal (receive) peer=/usr/sbin/libvirtd,
|
||||||
ptrace (readby) peer=/usr/sbin/libvirtd,
|
ptrace (readby) peer=/usr/sbin/libvirtd,
|
||||||
|
|
||||||
|
owner /dev/tty rw,
|
||||||
|
|
||||||
/etc/dnsmasq.conf r,
|
/etc/dnsmasq.conf r,
|
||||||
/etc/dnsmasq.d/ r,
|
/etc/dnsmasq.d/ r,
|
||||||
/etc/dnsmasq.d/* r,
|
/etc/dnsmasq.d/* r,
|
||||||
|
|
Loading…
Add table
Reference in a new issue