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

Add codeium windsurf #705

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

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.

1 participant