mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-17 23:24:24 -05:00
comment
This commit is contained in:
parent
3b033ceba2
commit
ac41d1cfff
@ -177,6 +177,8 @@ add_nosuid_statoverride_entry() {
|
|||||||
log info "Test would parse line: '${dummy_line}'"
|
log info "Test would parse line: '${dummy_line}'"
|
||||||
should_be_counter=$((should_be_counter + 1))
|
should_be_counter=$((should_be_counter + 1))
|
||||||
done < <(safe_echo_nonewline "${fso_to_process}" | find -files0-from - -perm /u=s,g=s -print0)
|
done < <(safe_echo_nonewline "${fso_to_process}" | find -files0-from - -perm /u=s,g=s -print0)
|
||||||
|
## False positive on SC2185 (find without path argument) #1748
|
||||||
|
## https://github.com/koalaman/shellcheck/issues/1748
|
||||||
|
|
||||||
local line
|
local line
|
||||||
while IFS="" read -r -d "" file_name; do
|
while IFS="" read -r -d "" file_name; do
|
||||||
|
Loading…
Reference in New Issue
Block a user