diff -Nru lynis-3.0.0/debian/changelog lynis-3.0.0/debian/changelog --- lynis-3.0.0/debian/changelog 2020-07-07 08:05:29.000000000 +0000 +++ lynis-3.0.0/debian/changelog 2020-08-17 06:56:27.000000000 +0000 @@ -1,3 +1,9 @@ +lynis (3.0.0-2) unstable; urgency=medium + + * Fix find usage in DEB-0280 (Closes: #965359). + + -- Marc Dequènes (Duck) Mon, 17 Aug 2020 15:56:27 +0900 + lynis (3.0.0-1) unstable; urgency=medium * NUR: (Closes: #939331) diff -Nru lynis-3.0.0/debian/plugin_debian_phase1 lynis-3.0.0/debian/plugin_debian_phase1 --- lynis-3.0.0/debian/plugin_debian_phase1 2020-07-07 05:42:20.000000000 +0000 +++ lynis-3.0.0/debian/plugin_debian_phase1 2020-08-17 06:56:27.000000000 +0000 @@ -96,7 +96,7 @@ LogText "Status: Checking if libpam-tmpdir is installed and enabled..." Register --test-no DEB-0280 --weight L --network NO --description "Checking if libpam-tmpdir is installed and enabled." if [ ${SKIPTEST} -eq 0 ]; then - FIND=`find -L /lib -name pam_tmpdir.so` + FIND=`find /lib /usr/lib -name pam_tmpdir.so` if [ ! "${FIND}" = "" ]; then LogText " - libpam-tmpdir is installed." AddHP 1 1