mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
local stat_output
This commit is contained in:
parent
ced02fb9e0
commit
a6e517736b
@ -72,7 +72,7 @@ add_nosuid_statoverride_entry() {
|
|||||||
while IFS="" read -r -d "" line; do
|
while IFS="" read -r -d "" line; do
|
||||||
counter_actual="$((counter_actual + 1))"
|
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}"
|
file_name="${line}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user