From c6cd929d8b547373e4c556502af479151b9a8e92 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Mon, 21 May 2012 22:08:58 +0200 Subject: [PATCH] conf/06-security-system-library-paths.conf: allowed_libdirs: replace /opt/kde4/lib with /opt/kde/lib Signed-off-by: Davide Madrisan --- ChangeLog | 3 +++ conf/06-security-system-library-paths.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3537193..32417a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ Changes in version 1.12.1 * test/*, pck-update - Davide Madrisan: Update/add the code to check for the required external tools. + * conf/06-security-system-library-paths.conf - Davide Madrisan: + allowed_libdirs: replace /opt/kde4/lib with /opt/kde/lib. + ------------------------------------------------------------------------------- Changes in version 1.12.0 diff --git a/conf/06-security-system-library-paths.conf b/conf/06-security-system-library-paths.conf index 346b297..c87534d 100644 --- a/conf/06-security-system-library-paths.conf +++ b/conf/06-security-system-library-paths.conf @@ -1,4 +1,4 @@ ## Allowed paths for system libraries ----------------------------------------- allowed_libdirs="\ -/lib:/usr/lib:/usr/lib/qt3/lib:/usr/lib/qt4/lib:/opt/kde3/lib:/opt/kde4/lib" +/lib:/usr/lib:/usr/lib/qt3/lib:/usr/lib/qt4/lib:/opt/kde3/lib:/opt/kde/lib"