mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: gh (GitHub CLI) (#6293)
Description: GitHub's official command-line tool. https://github.com/cli/cli
This commit is contained in:
parent
0060b5105b
commit
0f23542b30
3 changed files with 16 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ blacklist ${HOME}/.config/geany
|
||||||
blacklist ${HOME}/.config/geary
|
blacklist ${HOME}/.config/geary
|
||||||
blacklist ${HOME}/.config/gedit
|
blacklist ${HOME}/.config/gedit
|
||||||
blacklist ${HOME}/.config/geeqie
|
blacklist ${HOME}/.config/geeqie
|
||||||
|
blacklist ${HOME}/.config/gh
|
||||||
blacklist ${HOME}/.config/ghb
|
blacklist ${HOME}/.config/ghb
|
||||||
blacklist ${HOME}/.config/ghostwriter
|
blacklist ${HOME}/.config/ghostwriter
|
||||||
blacklist ${HOME}/.config/git
|
blacklist ${HOME}/.config/git
|
||||||
|
|
|
||||||
14
etc/profile-a-l/gh.profile
Normal file
14
etc/profile-a-l/gh.profile
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Firejail profile for gh
|
||||||
|
# Description: GitHub's official command-line tool
|
||||||
|
# This file is overwritten after every install/update
|
||||||
|
quiet
|
||||||
|
# Persistent local customizations
|
||||||
|
include gh.local
|
||||||
|
# Persistent global definitions
|
||||||
|
# added by included profile
|
||||||
|
#include globals.local
|
||||||
|
|
||||||
|
noblacklist ${HOME}/.config/gh
|
||||||
|
|
||||||
|
# Redirect
|
||||||
|
include git.profile
|
||||||
|
|
@ -320,6 +320,7 @@ gedit
|
||||||
geekbench
|
geekbench
|
||||||
geeqie
|
geeqie
|
||||||
gfeeds
|
gfeeds
|
||||||
|
gh
|
||||||
ghb
|
ghb
|
||||||
ghostwriter
|
ghostwriter
|
||||||
gimp
|
gimp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue