aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh-agent.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/ssh-agent.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/ssh-agent.profile')
-rw-r--r--etc/ssh-agent.profile38
1 files changed, 0 insertions, 38 deletions
diff --git a/etc/ssh-agent.profile b/etc/ssh-agent.profile
deleted file mode 100644
index 01b63d3ce..000000000
--- a/etc/ssh-agent.profile
+++ /dev/null
@@ -1,38 +0,0 @@
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