diff --git a/snapcraft/commands/daemon.start b/snapcraft/commands/daemon.start index 89e95508..e24a36b5 100755 --- a/snapcraft/commands/daemon.start +++ b/snapcraft/commands/daemon.start @@ -227,6 +227,9 @@ fi # Redirect getent to the host ln -s "${SNAP}/wrappers/run-host" "/run/bin/getent" +# Redirect pro to the host +ln -s "${SNAP}/wrappers/run-host" "/run/bin/pro" + # Avoid xtables talking to nft ln -s "${SNAP}/bin/arptables-legacy" "/run/bin/arptables" ln -s "${SNAP}/bin/ebtables-legacy" "/run/bin/ebtables"