aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--RELNOTES1
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--etc/standardnotes-desktop.profile4
-rw-r--r--src/firecfg/firecfg.config1
6 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 77fa231b1..552c679ea 100644
--- a/README
+++ b/README
@@ -646,6 +646,8 @@ Vasya Novikov (https://github.com/vn971)
646 - seccomp syscall list update for glibc 2.26-10 646 - seccomp syscall list update for glibc 2.26-10
647Veeti Paananen (https://github.com/veeti) 647Veeti Paananen (https://github.com/veeti)
648 - fixed Spotify profile 648 - fixed Spotify profile
649veloute (https://github.com/veloute)
650 - added standardnotes profile
649Vincent43 (https://github.com/Vincent43) 651Vincent43 (https://github.com/Vincent43)
650 - apparmor enhancements 652 - apparmor enhancements
651vismir2 (https://github.com/vismir2) 653vismir2 (https://github.com/vismir2)
diff --git a/README.md b/README.md
index b6e3026c0..fd7d87ecd 100644
--- a/README.md
+++ b/README.md
@@ -165,4 +165,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
165````` 165`````
166 166
167## New profiles 167## New profiles
168Microsoft Office Online, riot-desktop, gnome-mpv, snox, gradio 168Microsoft Office Online, riot-desktop, gnome-mpv, snox, gradio, standardnotes-desktop
diff --git a/RELNOTES b/RELNOTES
index 7eb075e4c..f91ce203b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,6 +11,7 @@ firejail (0.9.55) baseline; urgency=low
11 * globbing support in private-lib 11 * globbing support in private-lib
12 * new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint 12 * new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint
13 * new profiles: ms-skype, ms-word, riot-desktop, gnome-mpv, snox, gradio 13 * new profiles: ms-skype, ms-word, riot-desktop, gnome-mpv, snox, gradio
14 * new profiles: standardnotes-desktop
14 -- netblue30 <netblue30@yahoo.com> Fri, 25 May 2018 08:00:00 -0500 15 -- netblue30 <netblue30@yahoo.com> Fri, 25 May 2018 08:00:00 -0500
15 16
16firejail (0.9.54) baseline; urgency=low 17firejail (0.9.54) baseline; urgency=low
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 9f3587446..6d5b45da8 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -3,6 +3,7 @@
3include /etc/firejail/disable-programs.local 3include /etc/firejail/disable-programs.local
4 4
5blacklist ${HOME}/Monero/wallets 5blacklist ${HOME}/Monero/wallets
6blacklist ${HOME}/Standard Notes Backups
6blacklist ${HOME}/snap 7blacklist ${HOME}/snap
7blacklist ${HOME}/.*coin 8blacklist ${HOME}/.*coin
8blacklist ${HOME}/.8pecxstudios 9blacklist ${HOME}/.8pecxstudios
@@ -75,6 +76,7 @@ blacklist ${HOME}/.config/Riot
75blacklist ${HOME}/.config/Rocket.Chat 76blacklist ${HOME}/.config/Rocket.Chat
76blacklist ${HOME}/.config/Signal 77blacklist ${HOME}/.config/Signal
77blacklist ${HOME}/.config/Slack 78blacklist ${HOME}/.config/Slack
79blacklist ${HOME}/.config/Standard Notes
78blacklist ${HOME}/.config/Thunar 80blacklist ${HOME}/.config/Thunar
79blacklist ${HOME}/.config/VirtualBox 81blacklist ${HOME}/.config/VirtualBox
80blacklist ${HOME}/.config/Wire 82blacklist ${HOME}/.config/Wire
diff --git a/etc/standardnotes-desktop.profile b/etc/standardnotes-desktop.profile
index 202d3761d..1123bf6bf 100644
--- a/etc/standardnotes-desktop.profile
+++ b/etc/standardnotes-desktop.profile
@@ -11,12 +11,11 @@ include /etc/firejail/disable-interpreters.inc
11include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-passwdmgr.inc
12include /etc/firejail/disable-programs.inc 12include /etc/firejail/disable-programs.inc
13 13
14include /etc/firejail/whitelist-var-common.inc
15
16mkdir ${HOME}/Standard Notes Backups 14mkdir ${HOME}/Standard Notes Backups
17mkdir ${HOME}/.config/Standard Notes 15mkdir ${HOME}/.config/Standard Notes
18whitelist ${HOME}/Standard Notes Backups 16whitelist ${HOME}/Standard Notes Backups
19whitelist ${HOME}/.config/Standard Notes 17whitelist ${HOME}/.config/Standard Notes
18include /etc/firejail/whitelist-var-common.inc
20 19
21apparmor 20apparmor
22caps.drop all 21caps.drop all
@@ -31,6 +30,7 @@ nosound
31notv 30notv
32protocol unix,inet,inet6,netlink 31protocol unix,inet,inet6,netlink
33seccomp 32seccomp
33
34disable-mnt 34disable-mnt
35private-dev 35private-dev
36private-tmp 36private-tmp
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 5e5a5a967..2c7e21813 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -371,6 +371,7 @@ spotify
371sqlitebrowser 371sqlitebrowser
372ssh 372ssh
373# ssh-agent - problems on Arch with Fish shell (#1568) 373# ssh-agent - problems on Arch with Fish shell (#1568)
374standardnotes-desktop
374start-tor-browser 375start-tor-browser
375steam 376steam
376steam-native 377steam-native