aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+GitHub@protonmail.com>2019-03-31 11:05:43 +0000
committerLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-03-31 11:05:43 +0000
commit0808a84fdbdd6fd4d1069580102815b62c7787e3 (patch)
treeedcd5e366d108545fd343d05441a15c54b55c07c
parentMerge pull request #2625 from veloute/gnome-chess-fix (diff)
downloadfirejail-0808a84fdbdd6fd4d1069580102815b62c7787e3.tar.gz
firejail-0808a84fdbdd6fd4d1069580102815b62c7787e3.tar.zst
firejail-0808a84fdbdd6fd4d1069580102815b62c7787e3.zip
Fix gnome-logs.profile (#2630)
* Fix gnome-logs.profile * supplemented comment for using gnome-logs.local
-rw-r--r--README3
-rw-r--r--etc/gnome-logs.profile3
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4bcbdd4b2..71dac1fd4 100644
--- a/README
+++ b/README
@@ -536,9 +536,10 @@ rusty-snake (https://github.com/rusty-snake)
536 - added profiles: thunderbird-wayland, supertuxkart, ghostwriter 536 - added profiles: thunderbird-wayland, supertuxkart, ghostwriter
537 - added profiles: klavaro, mypaint, mypaint-ora-thumbnailer, nano 537 - added profiles: klavaro, mypaint, mypaint-ora-thumbnailer, nano
538 - added profiles: gajim-history-manager, freemind, nomacs, kid3 538 - added profiles: gajim-history-manager, freemind, nomacs, kid3
539 - added profiles: kid3-qt, kid3-cli, anki, anki 539 - added profiles: kid3-qt, kid3-cli, anki
540 - fixed profiles: kdenlive, bibletime, rhythmbox, gajim, seahorse 540 - fixed profiles: kdenlive, bibletime, rhythmbox, gajim, seahorse
541 - fixed profiles: libreoffice, gnome-maps, wget, seahorse-tool 541 - fixed profiles: libreoffice, gnome-maps, wget, seahorse-tool
542 - fixed profiles: gnome-logs
542 - hardened profiles: disable-common.inc, disable-programs.inc 543 - hardened profiles: disable-common.inc, disable-programs.inc
543 - hardened profiles: gajim, evince, ffmpeg, feh-network.inc, qtox 544 - hardened profiles: gajim, evince, ffmpeg, feh-network.inc, qtox
544 - hardened profiles: gnome-clocks, meld, minetest, youtube-dl 545 - hardened profiles: gnome-clocks, meld, minetest, youtube-dl
diff --git a/etc/gnome-logs.profile b/etc/gnome-logs.profile
index c7cbd8388..9a12162db 100644
--- a/etc/gnome-logs.profile
+++ b/etc/gnome-logs.profile
@@ -26,6 +26,7 @@ nodbus
26nodvd 26nodvd
27# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), 27# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
28# comment both 'nogroups' and 'noroot' 28# comment both 'nogroups' and 'noroot'
29# or put 'ignore nogroups' and 'ignore noroot' to your gnome-logs.local.
29nogroups 30nogroups
30nonewprivs 31nonewprivs
31noroot 32noroot
@@ -46,7 +47,5 @@ private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.s
46private-tmp 47private-tmp
47writable-var-log 48writable-var-log
48 49
49memory-deny-write-execute
50
51# comment this if you export logs to a file in your ${HOME} 50# comment this if you export logs to a file in your ${HOME}
52read-only ${HOME} 51read-only ${HOME}