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/man.profile2
-rw-r--r--etc/profile-m-z/onionshare-cli.profile12
-rw-r--r--etc/profile-m-z/onionshare.profile11
-rw-r--r--etc/profile-m-z/wireshark.profile4
4 files changed, 27 insertions, 2 deletions
diff --git a/etc/profile-m-z/man.profile b/etc/profile-m-z/man.profile
index 9c5959091..2e28423f7 100644
--- a/etc/profile-m-z/man.profile
+++ b/etc/profile-m-z/man.profile
@@ -66,4 +66,4 @@ dbus-system none
66 66
67memory-deny-write-execute 67memory-deny-write-execute
68read-only ${HOME} 68read-only ${HOME}
69read-only /tmp 69#read-only /tmp # breaks mandoc (see #4927)
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
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index 16875ad9b..8806695f6 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -45,7 +45,9 @@ tracelog
45 45
46# private-bin wireshark 46# private-bin wireshark
47private-cache 47private-cache
48private-dev 48# private-dev prevents (some) interfaces from being shown.
49# Add the below line to your wirehsark.local if you only want to inspect pcap files.
50#private-dev
49# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,ssl 51# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,ssl
50private-tmp 52private-tmp
51 53