aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-03-27 12:23:49 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-27 12:23:49 +0000
commit0f23542b30a1c71dfcd131715c286f626c415ca3 (patch)
treedb57443ddef4a1d768041e8cb9eed043477426cf /etc/profile-a-l
parentprofiles: rename disable-X11.inc to disable-x11.inc (#6294) (diff)
downloadfirejail-0f23542b30a1c71dfcd131715c286f626c415ca3.tar.gz
firejail-0f23542b30a1c71dfcd131715c286f626c415ca3.tar.zst
firejail-0f23542b30a1c71dfcd131715c286f626c415ca3.zip
New profile: gh (GitHub CLI) (#6293)
Description: GitHub's official command-line tool. https://github.com/cli/cli
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/gh.profile14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/profile-a-l/gh.profile b/etc/profile-a-l/gh.profile
new file mode 100644
index 000000000..3fbe52ac4
--- /dev/null
+++ b/etc/profile-a-l/gh.profile
@@ -0,0 +1,14 @@
1# Firejail profile for gh
2# Description: GitHub's official command-line tool
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include gh.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11noblacklist ${HOME}/.config/gh
12
13# Redirect
14include git.profile