← Back to team overview

touch-packages team mailing list archive

[Bug 1530969] Re: IPv6 missing for dnsmaq profile

 

Just for the records: this is already fixed in upstream AppArmor since
more than a year (r2816, 2014-12-02)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1530969

Title:
  IPv6 missing for dnsmaq profile

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Was getting in dmesg continually:

    146.477:592): apparmor="ALLOWED" operation="sendmsg" profile="/usr/sbin/dnsmasq" pid=3860 comm="dnsmasq" lport=58     family="inet6" sock_type="raw" protocol=58
    146.477:590): apparmor="ALLOWED" operation="open" profile="/usr/sbin/dnsmasq" name="/proc/sys/net/ipv6/conf/br0/mtu" pid=3860 comm="dnsmasq" requested_mask="r" denied_mask="r" fsuid=105 ouid=0

  Fixed by adding to end of /etc/apparmor.d/usr.sbin.dnsmasq:

    /proc/sys/net/ipv6/conf/br0/mtu r,
    network inet6 raw,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1530969/+subscriptions


References