From 28ae6fa41bd585b127e23f6a336673484711a919 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 11 Aug 2016 07:43:17 -0400 Subject: removed strings profile --- README | 9 +++------ README.md | 2 +- etc/strings.profile | 10 ---------- platform/debian/conffiles | 1 - test/sysutils/sysutils.sh | 16 ++++++++-------- todo | 13 +++++++++++++ 6 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 etc/strings.profile diff --git a/README b/README index 6e6411619..4145d5165 100644 --- a/README +++ b/README @@ -158,6 +158,7 @@ yumkam (https://github.com/yumkam) - man page fixes mahdi1234 (https://github.com/mahdi1234) - cherrytree profile + - Seamonkey profiles jrabe (https://github.com/jrabe) - disallow access to kdbx files - Epiphany profile @@ -176,6 +177,7 @@ pszxzsd (https://github.com/pszxzsd) Rahiel Kasim (https://github.com/rahiel) - Mathematica profile - whitelisted Dropbox profile + - whitelisted keysnail config for firefox creideiki (https://github.com/creideiki) - make the sandbox process reap all children sinkuu (https://github.com/sinkuu) @@ -187,8 +189,7 @@ Holger Heinz (https://github.com/hheinz) - manpage work Andrey Alekseenko (https://github.com/al42and) - fixing lintian warnings -mahdi1234 (https://github.com/mahdi1234) - - Seamonkey profiles + - fixed Skype profile Ivan Kozik (https://github.com/ivan) - speed up sandbox exit Christian Stadelmann (https://github.com/genodeftest) @@ -199,8 +200,6 @@ Kaan Genç (https://github.com/SeriousBug) - dynamic allocation of noblacklist buffer Veeti Paananen (https://github.com/veeti) - fixed Spotify profile -Rahiel Kasim (https://github.com/rahiel) - - whitelist keysnail config for firefox rogshdo (https://github.com/rogshdo) - BitlBee profile Bruno Nova (https://github.com/brunonova) @@ -208,8 +207,6 @@ Bruno Nova (https://github.com/brunonova) - bash arguments fix Matt Parnell (https://github.com/ilikenwf) - whitelisting for core firefox related functionality -Andrey Alekseenko (https://github.com/al42and) - - fixed Skype profile Ondra Nekola (https://github.com/satai) - allow firefox theming with non-global themes emacsomancer (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 ## New security profiles -Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, strings, xz, xzdec, gzip, cpio, less, Atom Beta, Atom, jitsi, eom, uudeview +Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, xz, xzdec, gzip, cpio, less, Atom Beta, Atom, jitsi, eom, uudeview tar (gtar), unzip, unrar, file, skypeforlinux, gnome-chess 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 @@ -# strings profile -quiet -ignore noroot -include /etc/firejail/default.profile -tracelog -net none -shell none -private-dev -private-tmp -nosound 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 @@ /etc/firejail/ssh.profile /etc/firejail/steam.profile /etc/firejail/stellarium.profile -/etc/firejail/strings.profile /etc/firejail/tar.profile /etc/firejail/telegram.profile /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 echo "TESTING SKIP: cpio not found" fi -which strings -if [ "$?" -eq 0 ]; -then - echo "TESTING: strings" - ./strings.exp -else - echo "TESTING SKIP: strings not found" -fi +#which strings +#if [ "$?" -eq 0 ]; +#then +# echo "TESTING: strings" +# ./strings.exp +#else +# echo "TESTING SKIP: strings not found" +#fi which gzip if [ "$?" -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 24. check monitor proc behaviour for sandboxes with --blacklist=/proc also check --apparmor in this case +25. bring back strings.profile + +# strings profile +quiet +ignore noroot +include /etc/firejail/default.profile +tracelog +net none +shell none +private-dev +private-tmp +nosound + -- cgit v1.2.3-54-g00ecf