Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically create AppArmor profile in the deb file when on Ubuntu 24 #152

Open
matthme opened this issue Jul 12, 2024 · 1 comment
Open
Assignees

Comments

@matthme
Copy link
Collaborator

matthme commented Jul 12, 2024

No description provided.

@pdaoust
Copy link
Collaborator

pdaoust commented Jul 19, 2024

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>
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants