Open gruyaume opened 9 months ago
In addition to figuring out the issue outlined above, we will also need the following plugs:
plugs:
var-run:
interface: system-files
write:
- /var/run/bessd.pid
- /run/bessd.pid
apps:
bessd:
daemon: simple
install-mode: disable
command: bin/bessd-start
plugs:
- var-run
- io-ports-control
- network-control
Description
Add strict confinement to the snap. This may require patching the upstream project and/or involving the snap team.
Background
At the moment, the snap can't be strictly confined because bess requires the
CAP_NET_ADMIN
capability. Multiple plugs have been tested out to make this work without success.logs
From
journalctl
:From
snappy-debug
: