This commit is contained in:
Patrick Schleizer 2019-12-20 10:35:05 -05:00
parent 133d09f298
commit 370f3c5e54
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -118,6 +118,7 @@ add_nosuid_statoverride_entry() {
fi
## /lib will hit ARG_MAX.
## That was before using '-perm /u=s,g=s'.
## https://forums.whonix.org/t/kernel-hardening/7296/326
done < <( find "$fso_to_process" -perm /u=s,g=s -print0 | xargs -I{} -0 stat -c "%n %a %U %G" {} )