summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README9
-rw-r--r--README.md2
-rw-r--r--etc/strings.profile10
-rw-r--r--platform/debian/conffiles1
-rwxr-xr-xtest/sysutils/sysutils.sh16
-rw-r--r--todo13
6 files changed, 25 insertions, 26 deletions
diff --git a/README b/README
index 6e6411619..4145d5165 100644
--- a/README
+++ b/README
@@ -158,6 +158,7 @@ yumkam (https://github.com/yumkam)
158 - man page fixes 158 - man page fixes
159mahdi1234 (https://github.com/mahdi1234) 159mahdi1234 (https://github.com/mahdi1234)
160 - cherrytree profile 160 - cherrytree profile
161 - Seamonkey profiles
161jrabe (https://github.com/jrabe) 162jrabe (https://github.com/jrabe)
162 - disallow access to kdbx files 163 - disallow access to kdbx files
163 - Epiphany profile 164 - Epiphany profile
@@ -176,6 +177,7 @@ pszxzsd (https://github.com/pszxzsd)
176Rahiel Kasim (https://github.com/rahiel) 177Rahiel Kasim (https://github.com/rahiel)
177 - Mathematica profile 178 - Mathematica profile
178 - whitelisted Dropbox profile 179 - whitelisted Dropbox profile
180 - whitelisted keysnail config for firefox
179creideiki (https://github.com/creideiki) 181creideiki (https://github.com/creideiki)
180 - make the sandbox process reap all children 182 - make the sandbox process reap all children
181sinkuu (https://github.com/sinkuu) 183sinkuu (https://github.com/sinkuu)
@@ -187,8 +189,7 @@ Holger Heinz (https://github.com/hheinz)
187 - manpage work 189 - manpage work
188Andrey Alekseenko (https://github.com/al42and) 190Andrey Alekseenko (https://github.com/al42and)
189 - fixing lintian warnings 191 - fixing lintian warnings
190mahdi1234 (https://github.com/mahdi1234) 192 - fixed Skype profile
191 - Seamonkey profiles
192Ivan Kozik (https://github.com/ivan) 193Ivan Kozik (https://github.com/ivan)
193 - speed up sandbox exit 194 - speed up sandbox exit
194Christian Stadelmann (https://github.com/genodeftest) 195Christian Stadelmann (https://github.com/genodeftest)
@@ -199,8 +200,6 @@ Kaan Genç (https://github.com/SeriousBug)
199 - dynamic allocation of noblacklist buffer 200 - dynamic allocation of noblacklist buffer
200Veeti Paananen (https://github.com/veeti) 201Veeti Paananen (https://github.com/veeti)
201 - fixed Spotify profile 202 - fixed Spotify profile
202Rahiel Kasim (https://github.com/rahiel)
203 - whitelist keysnail config for firefox
204rogshdo (https://github.com/rogshdo) 203rogshdo (https://github.com/rogshdo)
205 - BitlBee profile 204 - BitlBee profile
206Bruno Nova (https://github.com/brunonova) 205Bruno Nova (https://github.com/brunonova)
@@ -208,8 +207,6 @@ Bruno Nova (https://github.com/brunonova)
208 - bash arguments fix 207 - bash arguments fix
209Matt Parnell (https://github.com/ilikenwf) 208Matt Parnell (https://github.com/ilikenwf)
210 - whitelisting for core firefox related functionality 209 - whitelisting for core firefox related functionality
211Andrey Alekseenko (https://github.com/al42and)
212 - fixed Skype profile
213Ondra Nekola (https://github.com/satai) 210Ondra Nekola (https://github.com/satai)
214 - allow firefox theming with non-global themes 211 - allow firefox theming with non-global themes
215emacsomancer (https://github.com/emacsomancer) 212emacsomancer (https://github.com/emacsomancer)
diff --git a/README.md b/README.md
index 67dd017a7..3047bf908 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,6 @@ Browsers: Palemoon
196 196
197## New security profiles 197## New security profiles
198 198
199Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, strings, xz, xzdec, gzip, cpio, less, Atom Beta, Atom, jitsi, eom, uudeview 199Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, xz, xzdec, gzip, cpio, less, Atom Beta, Atom, jitsi, eom, uudeview
200tar (gtar), unzip, unrar, file, skypeforlinux, gnome-chess 200tar (gtar), unzip, unrar, file, skypeforlinux, gnome-chess
201 201
diff --git a/etc/strings.profile b/etc/strings.profile
deleted file mode 100644
index 6ebe81d09..000000000
--- a/etc/strings.profile
+++ /dev/null
@@ -1,10 +0,0 @@
1# strings profile
2quiet
3ignore noroot
4include /etc/firejail/default.profile
5tracelog
6net none
7shell none
8private-dev
9private-tmp
10nosound
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index d2ee3a83e..633123e92 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -111,7 +111,6 @@
111/etc/firejail/ssh.profile 111/etc/firejail/ssh.profile
112/etc/firejail/steam.profile 112/etc/firejail/steam.profile
113/etc/firejail/stellarium.profile 113/etc/firejail/stellarium.profile
114/etc/firejail/strings.profile
115/etc/firejail/tar.profile 114/etc/firejail/tar.profile
116/etc/firejail/telegram.profile 115/etc/firejail/telegram.profile
117/etc/firejail/thunderbird.profile 116/etc/firejail/thunderbird.profile
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index 315b73c9d..99939133d 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -15,14 +15,14 @@ else
15 echo "TESTING SKIP: cpio not found" 15 echo "TESTING SKIP: cpio not found"
16fi 16fi
17 17
18which strings 18#which strings
19if [ "$?" -eq 0 ]; 19#if [ "$?" -eq 0 ];
20then 20#then
21 echo "TESTING: strings" 21# echo "TESTING: strings"
22 ./strings.exp 22# ./strings.exp
23else 23#else
24 echo "TESTING SKIP: strings not found" 24# echo "TESTING SKIP: strings not found"
25fi 25#fi
26 26
27which gzip 27which gzip
28if [ "$?" -eq 0 ]; 28if [ "$?" -eq 0 ];
diff --git a/todo b/todo
index 323374525..8fe3904da 100644
--- a/todo
+++ b/todo
@@ -266,3 +266,16 @@ $ sudo aa-notify -p -f /var/log/audit/audit.log
26624. check monitor proc behaviour for sandboxes with --blacklist=/proc 26624. check monitor proc behaviour for sandboxes with --blacklist=/proc
267also check --apparmor in this case 267also check --apparmor in this case
268 268
26925. bring back strings.profile
270
271# strings profile
272quiet
273ignore noroot
274include /etc/firejail/default.profile
275tracelog
276net none
277shell none
278private-dev
279private-tmp
280nosound
281