aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README6
-rw-r--r--RELNOTES3
-rw-r--r--platform/debian/conffiles1
4 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c14ec5cdc..3ae71a230 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,6 +121,7 @@ realinstall:
121 install -c -m 0644 .etc/weechat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 121 install -c -m 0644 .etc/weechat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
122 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/. 122 install -c -m 0644 .etc/weechat-curses.profile $(DESTDIR)/$(sysconfdir)/firejail/.
123 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 123 install -c -m 0644 .etc/hexchat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
124 install -c -m 0644 .etc/rtorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/.
124 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 125 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
125 rm -fr .etc 126 rm -fr .etc
126 # man pages 127 # man pages
diff --git a/README b/README
index 84dad184c..c84e92ea7 100644
--- a/README
+++ b/README
@@ -18,15 +18,15 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21avoidr (https://github.com/avoidr)
22 - blacklist ncat, manpage fixes,
23 - hostname support in profile file
24Peter Hogg (https://github.com/pigmonkey) 21Peter Hogg (https://github.com/pigmonkey)
25 - WeeChat profile 22 - WeeChat profile
23 - rtorrent profile
26rogshdo (https://github.com/rogshdo) 24rogshdo (https://github.com/rogshdo)
27 - BitlBee profile 25 - BitlBee profile
28avoidr (https://github.com/avoidr) 26avoidr (https://github.com/avoidr)
29 - whitelist fix 27 - whitelist fix
28 - blacklist ncat, manpage fixes,
29 - hostname support in profile file
30Bruno Nova (https://github.com/brunonova) 30Bruno Nova (https://github.com/brunonova)
31 - whitelist fix 31 - whitelist fix
32 - bash arguments fix 32 - bash arguments fix
diff --git a/RELNOTES b/RELNOTES
index 172e44bc9..881c2883b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.35) baseline; urgency=low 1firejail (0.9.35) baseline; urgency=low
2 * added unbound, dnscrypt-proxy, BitlBee, HexChat and WeeChat profiles 2 * added unbound, dnscrypt-proxy, BitlBee, HexChat, WeeChat
3 and rtorrent profiles
3 * added --noblacklist option 4 * added --noblacklist option
4 * whitelist command enhancements 5 * whitelist command enhancements
5 * prevent leaking user information by modifying /home directory, 6 * prevent leaking user information by modifying /home directory,
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index c0d07a446..6aeb9d5f4 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -48,3 +48,4 @@
48/etc/firejail/weechat.profile 48/etc/firejail/weechat.profile
49/etc/firejail/weechat-curses.profile 49/etc/firejail/weechat-curses.profile
50/etc/firejail/hexchat.profile 50/etc/firejail/hexchat.profile
51/etc/firejail/rtorrent.profile