aboutsummaryrefslogtreecommitdiffstats
path: root/etc/github-desktop.profile
blob: d7c894ac5a04b6e82d341c167b85261befd157b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Firejail profile for github-desktop
# Description: Extend your GitHub workflow beyond your browser with GitHub Desktop
# This file is overwritten after every install/update
# Persistent local customizations
include github-desktop.local
# Persistent global definitions
include globals.local

# Note: add noblacklist/whitelist entrees below for any
# location where you keep local repository clones.

noblacklist ${HOME}/.gitconfig
whitelist ${HOME}/.gitconfig
noblacklist ${HOME}/.config/GitHub Desktop
whitelist ${HOME}/.config/GitHub Desktop

include disable-common.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-devel.inc
include disable-interpreters.inc

include whitelist-common.inc

caps.drop all
netfilter
# no3d
nodvd
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp

# Note: On debian-based distributions the binary might be located in
# /opt/GitHub Desktop/github-desktop, and therefore not be in PATH.
# If that's the case you can start GitHub Desktop with firejail via
# `firejail "/opt/GitHub Desktop/github-desktop"`.

disable-mnt
# private-bin github-desktop
private-cache
private-dev
# private-etc none
# private-lib
private-tmp

# memory-deny-write-execute
noexec ${HOME}
noexec /tmp