aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/ssh-agent.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/ssh-agent.profile')
-rw-r--r--etc/profile-m-z/ssh-agent.profile38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/profile-m-z/ssh-agent.profile b/etc/profile-m-z/ssh-agent.profile
new file mode 100644
index 000000000..01b63d3ce
--- /dev/null
+++ b/etc/profile-m-z/ssh-agent.profile
@@ -0,0 +1,38 @@
1# Firejail profile for ssh-agent
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include ssh-agent.local
6# Persistent global definitions
7include globals.local
8
9noblacklist /etc/ssh
10noblacklist /tmp/ssh-*
11noblacklist ${HOME}/.ssh
12
13blacklist /tmp/.X11-unix
14blacklist ${RUNUSER}/wayland-*
15
16include disable-common.inc
17include disable-passwdmgr.inc
18include disable-programs.inc
19
20include whitelist-usr-share-common.inc
21
22caps.drop all
23netfilter
24no3d
25nodvd
26nonewprivs
27noroot
28notv
29novideo
30protocol unix,inet,inet6
31seccomp
32shell none
33tracelog
34
35writable-run-user
36
37dbus-user none
38dbus-system none