You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I used the deb today, and it turns out my AppArmor profile needed to target /opt/Holochain Launcher (0.3)/holochain-launcher-0.3 rather than the usual /opt/Holochain Launcher (0.3)/chrome-sandbox. Not sure why -- is the chrome sandbox embedded in the former binary?
here's the profile that works for me:
abi <abi/4.0>,
include <tunables/global>
profile holochain-launcher-0.3 /opt/Holochain\ Launcher\ \(0.3\)/holochain-launcher-0.3 flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/holochain-launcher-0.3>
}
No description provided.
The text was updated successfully, but these errors were encountered: