From 8113ceb03c8b42b628b33530906e3a9a73f2c6b6 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Tue, 22 Jun 2021 20:28:06 +0200 Subject: corrections --- etc/profile-m-z/rtv.profile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/profile-m-z/rtv.profile b/etc/profile-m-z/rtv.profile index f0b8d31e9..2f1fe0155 100644 --- a/etc/profile-m-z/rtv.profile +++ b/etc/profile-m-z/rtv.profile @@ -12,6 +12,9 @@ blacklist ${RUNUSER}/wayland-* noblacklist ${HOME}/.config/rtv noblacklist ${HOME}/.local/share/rtv +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc include allow-python3.inc @@ -54,10 +57,10 @@ shell none tracelog disable-mnt -private-bin python*,rtv,sh,xdg-settings +private-bin less,python*,rtv,sh,xdg-settings private-cache private-dev -private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,terminfo,xdg +private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mailcap,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,terminfo,xdg dbus-user none dbus-system none -- cgit v1.2.3-70-g09d2 From f79bf43e7631fd79a953fa83b8e0f46009f1f222 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Tue, 22 Jun 2021 20:42:14 +0200 Subject: comments --- etc/profile-m-z/rtv-addons.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/profile-m-z/rtv-addons.profile b/etc/profile-m-z/rtv-addons.profile index c9da0b628..c13c9a975 100644 --- a/etc/profile-m-z/rtv-addons.profile +++ b/etc/profile-m-z/rtv-addons.profile @@ -9,6 +9,7 @@ include rtv-addons.local ignore nosound ignore private-bin +#private-bin w3m,mpv,youtube-dl ignore dbus-user none noblacklist ${HOME}/.config/mpv @@ -21,3 +22,6 @@ whitelist ${HOME}/.config/mpv whitelist ${HOME}/.mailcap whitelist ${HOME}/.netrc whitelist ${HOME}/.w3m + +# tells rtv, which browser to use +#env RTV_BROWSER=w3m -- cgit v1.2.3-70-g09d2 From 3ecb41efbf4679495c08fa28522eddb61668acab Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Tue, 22 Jun 2021 22:16:12 +0200 Subject: Update rtv-addons.profile --- etc/profile-m-z/rtv-addons.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/profile-m-z/rtv-addons.profile b/etc/profile-m-z/rtv-addons.profile index c13c9a975..cc6db5043 100644 --- a/etc/profile-m-z/rtv-addons.profile +++ b/etc/profile-m-z/rtv-addons.profile @@ -9,7 +9,6 @@ include rtv-addons.local ignore nosound ignore private-bin -#private-bin w3m,mpv,youtube-dl ignore dbus-user none noblacklist ${HOME}/.config/mpv @@ -23,5 +22,7 @@ whitelist ${HOME}/.mailcap whitelist ${HOME}/.netrc whitelist ${HOME}/.w3m +#private-bin w3m,mpv,youtube-dl + # tells rtv, which browser to use #env RTV_BROWSER=w3m -- cgit v1.2.3-70-g09d2