summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--RELNOTES2
-rw-r--r--etc/uget-gtk.profile1
-rw-r--r--platform/debian/conffiles2
5 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 35cabb21e..591e53cf0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,6 +134,7 @@ realinstall:
134 install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/. 134 install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/.
135 install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. 135 install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. 136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
137 install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/.
137 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 138 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
138 rm -fr .etc 139 rm -fr .etc
139 # man pages 140 # man pages
diff --git a/README b/README
index 42e443070..db1e38b8b 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21pszxzsd (https://github.com/pszxzsd)
22 -uGet profile
21Rahiel Kasim (https://github.com/rahiel) 23Rahiel Kasim (https://github.com/rahiel)
22 - Mathematica profile 24 - Mathematica profile
23creideiki (https://github.com/creideiki) 25creideiki (https://github.com/creideiki)
diff --git a/RELNOTES b/RELNOTES
index f1ec5e678..2530a7a06 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,7 +4,7 @@ firejail (0.9.37) baseline; urgency=low
4 * added --user command 4 * added --user command
5 * added --disable-network and --disable-userns compile time flags 5 * added --disable-network and --disable-userns compile time flags
6 * symlink invocation 6 * symlink invocation
7 * added KMail, Seamonkey, Telegram, Mathematica profiles 7 * added KMail, Seamonkey, Telegram, Mathematica, uGet profiles
8 * --tmpfs option allowed only running as root 8 * --tmpfs option allowed only running as root
9 * added --private-tmp option 9 * added --private-tmp option
10 * bugfixes 10 * bugfixes
diff --git a/etc/uget-gtk.profile b/etc/uget-gtk.profile
index 1e36d3c76..adcb2a10b 100644
--- a/etc/uget-gtk.profile
+++ b/etc/uget-gtk.profile
@@ -11,3 +11,4 @@ netfilter
11noroot 11noroot
12whitelist ${DOWNLOADS} 12whitelist ${DOWNLOADS}
13whitelist ~/.config/uGet 13whitelist ~/.config/uGet
14include /etc/firejail/whitelist-common.inc
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 3aa2a8028..d709fa402 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -60,4 +60,4 @@
60/etc/firejail/telegram.profile 60/etc/firejail/telegram.profile
61/etc/firejail/mathematica.profile 61/etc/firejail/mathematica.profile
62/etc/firejail/Mathematica.profile 62/etc/firejail/Mathematica.profile
63 63/etc/firejail/uget-gtk.profile