Skip to content

Conversation

Jeffrey04
Copy link
Contributor

Need help in setting up tests, but for now it works

@Jeffrey04
Copy link
Contributor Author

Jeffrey04 commented Dec 1, 2024

Just a note, it needs /etc/apparmor.d/umake-windsurf

abi <abi/4.0>,

include <tunables/global>

profile jeffrey04-windsurf /home/jeffrey04/.local/share/umake/ide/codeium-windsurf/{code,bin/windsurf} flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/windsurf>
}

(replacing unconfined to default_allow should probably work too, but I haven't tested)

as I mostly just copy-pasta the setup for vscode, when I install vscode, it also needs

abi <abi/4.0>,

include <tunables/global>

profile umake-vscode /home/jeffrey04/.local/share/umake/ide/visual-studio-code{/bin,}/code flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/vscode>
}

but I am not sure where do I put that in code

@LyzardKing LyzardKing self-assigned this Oct 2, 2025
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

Successfully merging this pull request may close these issues.

2 participants