mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:19:22 -05:00
comment
This commit is contained in:
parent
d1d0afff34
commit
c66e9abe18
@ -52,6 +52,8 @@ add_nosuid_statoverride_entry() {
|
||||
echo_wrapper dpkg-statoverride --add --update "$owner" "$group" "$new_mode" "$file_name"
|
||||
fi
|
||||
fi
|
||||
## /lib will hit ARG_MAX.
|
||||
## https://forums.whonix.org/t/kernel-hardening/7296/326
|
||||
done < <( find "${fso_without_trailing_slash}/" -print0 | xargs -I{} -0 stat -c "%n %a %U %G" {} )
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user