From 0fa7f9c30fae7627816aa19427f693784dc97a6b Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 20 Nov 2020 19:56:57 +0100 Subject: various profiles - disable-common: read-only ${HOME}/.zfunc - fix #3761 -- w3m with w3m-img installed does not display images when on virtual console/framebuffer - yelp can be used to display manpages --- etc/profile-m-z/yelp.profile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'etc/profile-m-z/yelp.profile') diff --git a/etc/profile-m-z/yelp.profile b/etc/profile-m-z/yelp.profile index e198af8b2..3ba1dca1a 100644 --- a/etc/profile-m-z/yelp.profile +++ b/etc/profile-m-z/yelp.profile @@ -20,7 +20,9 @@ include disable-xdg.inc mkdir ${HOME}/.config/yelp whitelist ${HOME}/.config/yelp whitelist /usr/share/doc +whitelist /usr/share/groff whitelist /usr/share/help +whitelist /usr/share/man whitelist /usr/share/yelp whitelist /usr/share/yelp-tools whitelist /usr/share/yelp-xsl @@ -46,10 +48,10 @@ shell none tracelog disable-mnt -private-bin yelp +private-bin groff,man,tbl,troff,yelp private-cache private-dev -private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,gtk-3.0,machine-id,openal,os-release,pulse,sgml,xml +private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,groff,gtk-3.0,machine-id,man_db.conf,openal,os-release,pulse,sgml,xml private-tmp dbus-system none @@ -60,3 +62,4 @@ dbus-system none # 1. yelp --editor-mode # 2. saving the window geometry read-only ${HOME} +read-write ${HOME}/.cache -- cgit v1.2.3-54-g00ecf