mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* use both capitalized and regular discord commands to private-bin
* use both capitalized and regular discord commands to private-bin
* add awk and which to private-bin for better xdg-open support
* use both capitalized and regular discord commands to private-bin
* use both capitalized and regular discord commands to private-bin
* refactor CamelCased discord profiles
* refactor CamelCased discord profiles
* fix private-{bin,opt} sorting
* fix private-{bin,opt} sorting
* unfuck private-{bin,opt} sorting
* unfuck private-{bin,opt} sorting
* fix sorting once more for CI
* fix sorting once again for CI
17 lines
397 B
Text
17 lines
397 B
Text
# Firejail profile for discord
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include discord.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/discord
|
|
|
|
mkdir ${HOME}/.config/discord
|
|
whitelist ${HOME}/.config/discord
|
|
|
|
private-bin discord,Discord
|
|
private-opt discord,Discord
|
|
|
|
# Redirect
|
|
include discord-common.profile
|