aboutsummaryrefslogtreecommitdiffstats
path: root/etc/snap.profile
blob: ef4f3d3a64fb28ab71d2de811efc428e381dc509 (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
55
56
57
58
59
60
61
62
# Firejail profile for snap
# Description: Install, configure, refresh and remove snap packages
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include snap.local
# Persistent global definitions
include globals.local

# Note: Snap packages have their own confinement mechanism relying on snapd and apparmor.
# As such firejail is not able to deliver any additional sandboxing for snaps. This profile does sandbox
# the snap tool which is used to interact with snap packages.
# See https://docs.snapcraft.io/ for more detailed info.

noblacklist ${HOME}/.snap
noblacklist ${HOME}/snap
noblacklist ${DOWNLOADS}

noblacklist /var/cache/snapd
noblacklist /var/lib/snapd
noblacklist /var/snap

mkdir ${HOME}/.snap
mkdir ${HOME}/snap
whitelist ${HOME}/.snap
whitelist ${HOME}/snap

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

caps.drop all
ipc-namespace
machine-id
netfilter
no3d
nodbus
nodvd
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol unix,inet,inet6
seccomp
shell none

disable-mnt
private-bin snap
private-dev
private-etc group,passwd
private-lib snapd
private-tmp

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