mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:19:22 -05:00
no more need to add/remove /
This commit is contained in:
parent
b95225b6a6
commit
9321ecff41
@ -29,7 +29,7 @@ echo_wrapper_audit() {
|
||||
}
|
||||
|
||||
add_nosuid_statoverride_entry() {
|
||||
fso_to_process="${fso_without_trailing_slash}/"
|
||||
fso_to_process="$fso"
|
||||
should_be_counter="$(find "$fso_to_process" -perm /u=s,g=s | wc -l)" || true
|
||||
counter_actual=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user