mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-10 16:01:00 +07:00
local stat_output
This commit is contained in:
@ -72,7 +72,7 @@ add_nosuid_statoverride_entry() {
|
||||
while IFS="" read -r -d "" line; do
|
||||
counter_actual="$((counter_actual + 1))"
|
||||
|
||||
local arr file_name existing_mode existing_owner existing_group
|
||||
local arr file_name existing_mode existing_owner existing_group stat_output
|
||||
|
||||
file_name="${line}"
|
||||
|
||||
|
Reference in New Issue
Block a user