mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
profiles: dnsmasq: add Waydroid pid file
Waydroid uses LXC and some lxc-net equivalent scripts. Allow that.
b910c89174/data/scripts/waydroid-net.sh
https://web.archive.org/web/20221202141315/https://docs.waydro.id/debugging/known-issues
Signed-off-by: Cameron Nemo <cam@nohom.org>
This commit is contained in:
parent
bc89e37953
commit
977e45c1dc
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq flags=(attach_disconnected) {
|
|||
owner @{run}/user/*/containers/cni/dnsname/*/addnhosts r,
|
||||
owner @{run}/user/*/containers/cni/dnsname/*/pidfile rw,
|
||||
|
||||
# waydroid lxc-net pid file
|
||||
@{run}/waydroid-lxc/dnsmasq.pid rw,
|
||||
|
||||
profile libvirt_leaseshelper {
|
||||
include <abstractions/base>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue