From 6e8ece1f52a1abba5020b6f8d51e7a33dfa3e4b6 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Tue, 11 Dec 2018 00:25:23 +0100 Subject: profile enhancements: blacklist kdesu daemon socket, rework c083a7b737050c532977b46fac6400f1dbc24ff6 --- etc/disable-common.inc | 10 ++++------ etc/dolphin.profile | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/etc/disable-common.inc b/etc/disable-common.inc index 481717d24..f7efc1dba 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -119,13 +119,11 @@ read-only ${HOME}/.local/share/kservices5 read-only ${HOME}/.local/share/kssl # KDE sockets -blacklist ${RUNUSER}/kdeinit5__* blacklist ${RUNUSER}/*.slave-socket -# decide heuristically if the kdeinit4 socket can be blacklisted -?HAS_NODBUS: blacklist ${RUNUSER}/ksocket-*/kdeinit4__* -blacklist ${RUNUSER}/ksocket-*/*.slave-socket -?HAS_NODBUS: blacklist /tmp/ksocket-*/kdeinit4__* -blacklist /tmp/ksocket-*/*.slave-socket +blacklist ${RUNUSER}/kdeinit5__* +blacklist ${RUNUSER}/kdesud_* +?HAS_NODBUS: blacklist ${RUNUSER}/ksocket-* +?HAS_NODBUS: blacklist /tmp/ksocket-* # gnome # contains extensions, last used times of applications, and notifications diff --git a/etc/dolphin.profile b/etc/dolphin.profile index c899ffec9..fbf8014ad 100644 --- a/etc/dolphin.profile +++ b/etc/dolphin.profile @@ -19,6 +19,7 @@ include disable-passwdmgr.inc # include disable-programs.inc caps.drop all +# net none netfilter nodvd nogroups -- cgit v1.2.3-54-g00ecf