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"