diff --git a/Makefile.in b/Makefile.in index 35cabb21e..591e53cf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -134,6 +134,7 @@ realinstall: install -c -m 0644 .etc/telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/. bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc # man pages diff --git a/README b/README index 42e443070..db1e38b8b 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) +pszxzsd (https://github.com/pszxzsd) + -uGet profile Rahiel Kasim (https://github.com/rahiel) - Mathematica profile creideiki (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 * added --user command * added --disable-network and --disable-userns compile time flags * symlink invocation - * added KMail, Seamonkey, Telegram, Mathematica profiles + * added KMail, Seamonkey, Telegram, Mathematica, uGet profiles * --tmpfs option allowed only running as root * added --private-tmp option * 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 noroot whitelist ${DOWNLOADS} whitelist ~/.config/uGet +include /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 @@ /etc/firejail/telegram.profile /etc/firejail/mathematica.profile /etc/firejail/Mathematica.profile - +/etc/firejail/uget-gtk.profile