Comment 13 for bug 1590135

Revision history for this message
Michael Sievers (mike+s) wrote :

Hello,

I got it to work by changing to profiles in /etc/apparmor.d

See the patches attached to this issue. (Diff against M10 FHD, OTA-13)

First, I remounted the filesystem as read/write (from adb shell):

 sudo mount -o rw,remount /

Then, I needed to add a line to sbin.dhclient expicitly:

  /run/aethercast/dhclient*.leases lrw,

Although this should already have been present in

   /{,var/}run/aethercast/dhclient*.leases lrw,

Finally, in usr.sbin.dhcpd I had to add a line to allow accessing the dhcpd leases:

   # aethercast
  /{,var/}run/aethercast/dhcpd*.leases.*

With these changes, it works even after reboot.