mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* drop redundant noblacklist
noblacklist ${HOME}/.vscode-oss already exists in included code.profile
* remove newline
Nitpick for persistency with other profiles that have the comment about #2624.
13 lines
333 B
Text
13 lines
333 B
Text
# Firejail profile alias for VSCodium
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include vscodium.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
noblacklist ${HOME}/.VSCodium
|
|
noblacklist ${HOME}/.config/VSCodium
|
|
|
|
# Redirect
|
|
include code.profile
|