From 9fca4500c4d527afce3bd2228388c4a1990772a9 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 13 May 2021 13:48:23 +0000 Subject: Follow-up for #4165 (#4271) * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * Follow-up for #4165 * fix noroot comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630981737). * fix dbus-user comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630982527). * fix private-dev comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630980029). * fix private-etc comment As suggested [here](https://github.com/netblue30/firejail/pull/4271#discussion_r630979698). * move writable-var comment cfr. profile.template --- etc/profile-a-l/librewolf.profile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'etc/profile-a-l/librewolf.profile') diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile index 0934e1271..8e3e58f19 100644 --- a/etc/profile-a-l/librewolf.profile +++ b/etc/profile-a-l/librewolf.profile @@ -18,8 +18,8 @@ whitelist ${HOME}/.librewolf #noblacklist ${HOME}/.mozilla #whitelist ${HOME}/.mozilla -# Uncomment or put in your librewolf.local one of the following whitelist to enable KeePassXC Plugin -# NOTE: start KeePassXC before Librewolf and keep it open to allow communication between them +# To enable KeePassXC Plugin add one of the following lines to your librewolf.local. +# NOTE: start KeePassXC before Librewolf and keep it open to allow communication between them. #whitelist ${RUNUSER}/kpxc_server #whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer @@ -31,25 +31,24 @@ include whitelist-usr-share-common.inc # Add the next line to your librewolf.local to enable private-bin (Arch Linux). #private-bin dbus-launch,dbus-send,librewolf,sh -# Add the next line to your librewolf.local to enable private-etc. Note -# that private-etc must first be enabled in firefox-common.local. +# Add the next line to your librewolf.local to enable private-etc. +# NOTE: private-etc must first be enabled in firefox-common.local. #private-etc librewolf dbus-user filter -# Uncomment or put in your librewolf.local to enable native notifications. +# Add the next line to your librewolf.local to enable native notifications. #dbus-user.talk org.freedesktop.Notifications -# Uncomment or put in your librewolf.local to allow to inhibit screensavers +# Add the next line to your librewolf.local to allow inhibiting screensavers. #dbus-user.talk org.freedesktop.ScreenSaver -# Uncomment or put in your librewolf.local for plasma browser integration +# Add the next lines to your librewolf.local for plasma browser integration. #dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration #dbus-user.talk org.kde.JobViewServer #dbus-user.talk org.kde.kuiserver -# Uncomment or put in your librewolf.local to allow screen sharing under wayland. +# Add the next lines to your librewolf.local to allow screensharing under Wayland. #whitelist ${RUNUSER}/pipewire-0 #dbus-user.talk org.freedesktop.portal.* -# Also uncomment or put in your librewolf.local if screen sharing sharing still -# does not work with the above lines (might depend on the portal -# implementation) +# Also add the next line to your librewolf.local if screensharing does not work with +# the above lines (depends on the portal implementation). #ignore noroot ignore dbus-user none -- cgit v1.2.3-54-g00ecf