Skip to content

Instantly share code, notes, and snippets.

@lucasmz-dev
Last active December 17, 2024 06:15
Show Gist options
  • Save lucasmz-dev/bf7735014ef89c1bf855131fea0e0dc6 to your computer and use it in GitHub Desktop.
Save lucasmz-dev/bf7735014ef89c1bf855131fea0e0dc6 to your computer and use it in GitHub Desktop.
My VSCodium override
include whitelist-common.inc
env ELECTRON_OZONE_PLATFORM_HINT=auto
## Wayland
whitelist ${HOME}/.config/VSCodium
whitelist ${HOME}/.vscode-oss
## App data
noblacklist ${HOME}/Desenvolvimento
whitelist ${HOME}/Desenvolvimento
whitelist ${DOWNLOADS}
## User dirs
whitelist ${HOME}/.ssh
whitelist ${RUNUSER}/ssh-agent.socket
whitelist ${RUNUSER}/keyring/ssh
include allow-ssh.inc
## SSH
whitelist ${HOME}/.gitconfig
read-only ${HOME}/.gitconfig
## GIT
tab
## BASH
@lucasmz-dev
Copy link
Author

this is just a personal backup, i use things such as some of rusty-snake's configs from KYST, and also enable a few things like disable-x11.inc

i actually declare the wayland electron hint there globally for compatibility

I use firejail mostly only for firefox and vscodium, the rest of my issue is in flatpaks (I simply prefer how their storage and such is managed as well as portals being a thing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment