aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/git-cola.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/git-cola.profile')
-rw-r--r--etc/profile-a-l/git-cola.profile21
1 files changed, 11 insertions, 10 deletions
diff --git a/etc/profile-a-l/git-cola.profile b/etc/profile-a-l/git-cola.profile
index 312655b9b..7894e4d8d 100644
--- a/etc/profile-a-l/git-cola.profile
+++ b/etc/profile-a-l/git-cola.profile
@@ -14,8 +14,8 @@ noblacklist ${HOME}/.gnupg
14noblacklist ${HOME}/.subversion 14noblacklist ${HOME}/.subversion
15noblacklist ${HOME}/.config/git 15noblacklist ${HOME}/.config/git
16noblacklist ${HOME}/.config/git-cola 16noblacklist ${HOME}/.config/git-cola
17# Put your editor,diff viewer config path below and uncomment to load settings 17# Add your editor/diff viewer config paths and the next line to your git-cola.local to load settings.
18# noblacklist ${HOME}/ 18#noblacklist ${HOME}/
19 19
20# Allow python (blacklisted by disable-interpreters.inc) 20# Allow python (blacklisted by disable-interpreters.inc)
21include allow-python2.inc 21include allow-python2.inc
@@ -34,7 +34,7 @@ include disable-xdg.inc
34 34
35whitelist ${RUNUSER}/gnupg 35whitelist ${RUNUSER}/gnupg
36whitelist ${RUNUSER}/keyring 36whitelist ${RUNUSER}/keyring
37# Whitelist your editor, diff viewer, gnupg path below in /usr/share/ 37# Add additional whitelist paths below /usr/share to your git-cola.local to support your editor/diff viewer.
38whitelist /usr/share/git 38whitelist /usr/share/git
39whitelist /usr/share/git-cola 39whitelist /usr/share/git-cola
40whitelist /usr/share/git-core 40whitelist /usr/share/git-core
@@ -65,8 +65,8 @@ seccomp
65shell none 65shell none
66tracelog 66tracelog
67 67
68# Add your own diff viewer,editor,pinentry program 68# Add your own diff viewer,editor,pinentry program to private-bin in your git-cola.local.
69# pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg 69#private-bin pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg
70private-bin basename,bash,cola,envsubst,gettext,git,git-cola,git-dag,git-gui,gitk,gpg,gpg-agent,nano,ps,python*,sh,ssh,ssh-agent,tclsh,tr,wc,which,xed 70private-bin basename,bash,cola,envsubst,gettext,git,git-cola,git-dag,git-gui,gitk,gpg,gpg-agent,nano,ps,python*,sh,ssh,ssh-agent,tclsh,tr,wc,which,xed
71private-cache 71private-cache
72private-dev 72private-dev
@@ -74,13 +74,14 @@ private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gcrypt,gitc
74private-tmp 74private-tmp
75writable-run-user 75writable-run-user
76 76
77# Breaks meld as diff viewer 77# dbus-user filtering breaks meld as diff viewer
78# dbus-user filter 78# Add the next line to your git-cola.local if you don't use meld.
79# Uncomment if you need keyring access 79#dbus-user filter
80# dbus-user.talk org.freedesktop.secrets 80# Add the next line to your git-cola.local if you need keyring access
81#dbus-user.talk org.freedesktop.secrets
81dbus-system none 82dbus-system none
82 83
83read-only ${HOME}/.git-credentials 84read-only ${HOME}/.git-credentials
84 85
85# Comment if you need to allow hosts 86# Add 'ignore read-only ${HOME}/.ssh' to your git-cola.local if you need to allow hosts.
86read-only ${HOME}/.ssh 87read-only ${HOME}/.ssh