From 310884f61fbba4f139b26ca4a7ca49bd221fd4cd Mon Sep 17 00:00:00 2001 From: apenav Date: Tue, 30 Mar 2021 21:31:52 +0200 Subject: [PATCH] fix typo --- stig/linux/ubuntuSTIG.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stig/linux/ubuntuSTIG.sh b/stig/linux/ubuntuSTIG.sh index 230aa10f1..513180555 100644 --- a/stig/linux/ubuntuSTIG.sh +++ b/stig/linux/ubuntuSTIG.sh @@ -51,7 +51,7 @@ useradd -D -f 35 # file system permissions automation echo "Setting permissions to all log files under /far/log to 640..." -find /var/log -perm /137 -type f -exec chmod -c 640 '{}' \; +find /var/log -perm 1137 -type f -exec chmod -c 640 '{}' \; echo "Setting mode to 0750 for /var/log..." chmod -c 0750 /var/log echo "Setting group ownership to root for /lib, /usr/lib and /lib64..."