aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-19 06:14:14 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-19 06:14:14 +0000
commitf0dbcb95af61fe5383ea41ad0eee4b24db12f714 (patch)
treef815040a8a892ebe474ac7e5e5af97b84278d1c5 /etc
parentMerge pull request #2420 from glitsj16/mpDris2 (diff)
parentCreate sftp.profile (diff)
downloadfirejail-f0dbcb95af61fe5383ea41ad0eee4b24db12f714.tar.gz
firejail-f0dbcb95af61fe5383ea41ad0eee4b24db12f714.tar.zst
firejail-f0dbcb95af61fe5383ea41ad0eee4b24db12f714.zip
Merge pull request #2421 from glitsj16/openssh
Add ssh redirect profiles for scp/sftp
Diffstat (limited to 'etc')
-rw-r--r--etc/scp.profile11
-rw-r--r--etc/sftp.profile11
2 files changed, 22 insertions, 0 deletions
diff --git a/etc/scp.profile b/etc/scp.profile
new file mode 100644
index 000000000..ca902061c
--- /dev/null
+++ b/etc/scp.profile
@@ -0,0 +1,11 @@
1# Firejail profile for scp
2# Description: Secure shell copy
3# This file is overwritten after every install/update
4# Persistent local customizations
5include scp.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include ssh.profile
diff --git a/etc/sftp.profile b/etc/sftp.profile
new file mode 100644
index 000000000..c980e1751
--- /dev/null
+++ b/etc/sftp.profile
@@ -0,0 +1,11 @@
1# Firejail profile for sftp
2# Description: Secure file transport protocol
3# This file is overwritten after every install/update
4# Persistent local customizations
5include sftp.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include ssh.profile