aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh-agent.profile
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-09 06:10:43 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-17 00:43:54 -0500
commit7c533c9aa5aa9d36d51c512bb175059353eae113 (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/ssh-agent.profile
parentUpdate profile manpage to detail added "include" functionality. (diff)
downloadfirejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.gz
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.zst
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.zip
Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file.
Diffstat (limited to 'etc/ssh-agent.profile')
-rw-r--r--etc/ssh-agent.profile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/ssh-agent.profile b/etc/ssh-agent.profile
index b71c20231..02b66955f 100644
--- a/etc/ssh-agent.profile
+++ b/etc/ssh-agent.profile
@@ -2,9 +2,9 @@
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3quiet 3quiet
4# Persistent local customizations 4# Persistent local customizations
5include /etc/firejail/ssh-agent.local 5include ssh-agent.local
6# Persistent global definitions 6# Persistent global definitions
7include /etc/firejail/globals.local 7include globals.local
8 8
9blacklist /tmp/.X11-unix 9blacklist /tmp/.X11-unix
10 10
@@ -12,9 +12,9 @@ noblacklist /etc/ssh
12noblacklist /tmp/ssh-* 12noblacklist /tmp/ssh-*
13noblacklist ${HOME}/.ssh 13noblacklist ${HOME}/.ssh
14 14
15include /etc/firejail/disable-common.inc 15include disable-common.inc
16include /etc/firejail/disable-passwdmgr.inc 16include disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 17include disable-programs.inc
18 18
19shell none 19shell none
20caps.drop all 20caps.drop all