LCVcode / jockey

MIT License
2 stars 3 forks source link

Snap: use strict confinement (fix #48) #50

Closed johnlettman closed 2 weeks ago

johnlettman commented 2 weeks ago

Description

Fixes #48. Moves the snap to strict confinement with tight coupling with the Juju snap.

Type of Change

Testing

Impact

Snap strict confinement requires the following interfaces until it's on Snap Store:

sudo snap connect juju-jockey:juju-bin juju:juju-bin
for x in dot-local-share-juju home ssh-keys network; do
  sudo snap connect "juju-jockey:${x}"
done

Checklist