aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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