aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES3
-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
-rw-r--r--src/firecfg/firecfg.config2
6 files changed, 32 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index f023c0290..dc7811dab 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,9 @@
1firejail (0.9.69) baseline; urgency=low 1firejail (0.9.69) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910) 3 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910)
4 * bugfix: nogroups + wrc prints confusing messages (#4930 #4933)
5 * ci: replace centos (EOL) with almalinux (#4912)
6 * docs: Refer to firejail.config in configuration files (#4916)
4 -- netblue30 <netblue30@yahoo.com> Mon, 7 Feb 2022 09:00:00 -0500 7 -- netblue30 <netblue30@yahoo.com> Mon, 7 Feb 2022 09:00:00 -0500
5 8
6firejail (0.9.68) baseline; urgency=low 9firejail (0.9.68) baseline; urgency=low
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
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 77f233bce..21fcbe1f4 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -608,6 +608,8 @@ odt2txt
608oggsplt 608oggsplt
609okular 609okular
610onboard 610onboard
611onionshare
612onionshare-cli
611onionshare-gui 613onionshare-gui
612ooffice 614ooffice
613ooviewdoc 615ooviewdoc