mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-28 05:37:00 -05:00
comment
This commit is contained in:
parent
133d09f298
commit
370f3c5e54
@ -118,6 +118,7 @@ add_nosuid_statoverride_entry() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## /lib will hit ARG_MAX.
|
## /lib will hit ARG_MAX.
|
||||||
|
## That was before using '-perm /u=s,g=s'.
|
||||||
## https://forums.whonix.org/t/kernel-hardening/7296/326
|
## 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" {} )
|
done < <( find "$fso_to_process" -perm /u=s,g=s -print0 | xargs -I{} -0 stat -c "%n %a %U %G" {} )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user