aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/onionshare-cli.profile12
-rw-r--r--etc/profile-m-z/onionshare.profile11
2 files changed, 23 insertions, 0 deletions
diff --git a/etc/profile-m-z/onionshare-cli.profile b/etc/profile-m-z/onionshare-cli.profile
new file mode 100644
index 000000000..2e2331351
--- /dev/null
+++ b/etc/profile-m-z/onionshare-cli.profile
@@ -0,0 +1,12 @@
1# Firejail profile for onionshare-cli
2# Description: Share a file over Tor Hidden Services anonymously and securely (CLI)
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include onionshare-cli.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11# Redirect
12include onionshare-gui.profile
diff --git a/etc/profile-m-z/onionshare.profile b/etc/profile-m-z/onionshare.profile
new file mode 100644
index 000000000..b0390d392
--- /dev/null
+++ b/etc/profile-m-z/onionshare.profile
@@ -0,0 +1,11 @@
1# Firejail profile for onionshare
2# Description: Share a file over Tor Hidden Services anonymously and securely (GUI)
3# This file is overwritten after every install/update
4# Persistent local customizations
5include onionshare.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include onionshare-gui.profile