mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 23:14:50 -04:00
comment
This commit is contained in:
parent
133d09f298
commit
370f3c5e54
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue