Comment 13 for bug 1868363

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

gpsd.h:1062:#define DEVICEHOOKPATH "/" SYSCONFDIR "/gpsd/device-hook"

The dash call also isn't uncommon, if still failing lets add it:
https://codesearch.debian.net/search?q=+%2Fbin%2Fdash.*%2C&literal=0

Would be this then:
  /bin/dash rix,

@David
If you fail on dash still, you can add the line above in
  /etc/apparmor.d/local/usr.sbin.gpsd
Afterwards restart the service
  systemctl restart gpsd
to reload the profile.
And then try again - report back what you got ...