mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-14 10:29:31 -05:00
comment
This commit is contained in:
parent
133d09f298
commit
370f3c5e54
@ -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" {} )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user