From 6ac40a597939989a55ab5465f548489e1ea4937d Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 3 Sep 2020 10:17:52 +0200 Subject: various * README.md & RELNOTES * Allow gnome-build do read and write .bash_history, it has a build-in terminal * D-Bus filter for gnome-passwordsafe * wruc for supertuxkart * wruc+wusc for totem * dbus-system none for totem * remove src/man/preproc.c it is replaced by preproc.awk * remove dead-code form preproc.awk --- etc/profile-a-l/gnome-builder.profile | 4 ++++ etc/profile-a-l/gnome-passwordsafe.profile | 5 +++++ etc/profile-m-z/supertuxkart.profile | 1 + etc/profile-m-z/totem.profile | 5 ++++- 4 files changed, 14 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/profile-a-l/gnome-builder.profile b/etc/profile-a-l/gnome-builder.profile index 7a684dd59..8f637902c 100644 --- a/etc/profile-a-l/gnome-builder.profile +++ b/etc/profile-a-l/gnome-builder.profile @@ -6,6 +6,8 @@ include gnome-builder.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.bash_history + noblacklist ${HOME}/.cache/gnome-builder noblacklist ${HOME}/.config/gnome-builder noblacklist ${HOME}/.local/share/gnome-builder @@ -34,3 +36,5 @@ seccomp shell none private-dev + +read-write ${HOME}/.bash_history diff --git a/etc/profile-a-l/gnome-passwordsafe.profile b/etc/profile-a-l/gnome-passwordsafe.profile index 615be7873..ed430b654 100644 --- a/etc/profile-a-l/gnome-passwordsafe.profile +++ b/etc/profile-a-l/gnome-passwordsafe.profile @@ -52,3 +52,8 @@ private-cache private-dev private-etc dconf,fonts,gtk-3.0,passwd private-tmp + +dbus-user filter +dbus-user.own org.gnome.PasswordSafe +dbus-user.talk ca.desrt.dconf +dbus-system none diff --git a/etc/profile-m-z/supertuxkart.profile b/etc/profile-m-z/supertuxkart.profile index ce69c8b4b..40b996794 100644 --- a/etc/profile-m-z/supertuxkart.profile +++ b/etc/profile-m-z/supertuxkart.profile @@ -27,6 +27,7 @@ whitelist ${HOME}/.cache/supertuxkart whitelist ${HOME}/.local/share/supertuxkart whitelist /usr/share/supertuxkart include whitelist-common.inc +include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-m-z/totem.profile b/etc/profile-m-z/totem.profile index abbbba6c3..341e9a777 100644 --- a/etc/profile-m-z/totem.profile +++ b/etc/profile-m-z/totem.profile @@ -33,7 +33,10 @@ whitelist ${DOWNLOADS} whitelist ${MUSIC} whitelist ${PICTURES} whitelist ${VIDEOS} +whitelist /usr/share/totem include whitelist-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc include whitelist-var-common.inc # apparmor - makes settings immutable @@ -57,4 +60,4 @@ private-tmp # makes settings immutable # dbus-user none -# dbus-system none +dbus-system none -- cgit v1.2.3-54-g00ecf