canonical / core18

The core18 base snap
14 stars 26 forks source link

hooks: Remove including the /etc/lsb-base-logging.sh #65

Closed mvo5 closed 6 years ago

mvo5 commented 6 years ago

Remove including the /etc/lsb-base-logging.sh. The issue here is that the host might have this script. However for snaps that run under confinement including this will fail with a permission error which breaks existing snaps (like mysql).

Coresponding core PR is https://github.com/snapcore/core/pull/95

This fixes LP: #1779416