From 8e6618eedf4dddf98687e8d25b676ab274d3188a Mon Sep 17 00:00:00 2001 From: Charles Herlin Date: Wed, 2 Jan 2019 17:03:29 +0100 Subject: [PATCH] FIX: add /usr/bin/* path for suid/guid allowed binaries Debian is still migrating /bin to /usr/bin so I added both path to the allowed ones * mount * umount * ping * ping6 * unix_chkpwd --- bin/hardening/12.10_find_suid_files.sh | 2 +- bin/hardening/12.11_find_sgid_files.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hardening/12.10_find_suid_files.sh b/bin/hardening/12.10_find_suid_files.sh index 6968968..21e946d 100755 --- a/bin/hardening/12.10_find_suid_files.sh +++ b/bin/hardening/12.10_find_suid_files.sh @@ -43,7 +43,7 @@ create_config() { cat <