mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-02 04:54:56 -05:00
cleanup
This commit is contained in:
parent
6cadc70a96
commit
cc2b335ee6
@ -84,7 +84,6 @@ add_nosuid_statoverride_entry() {
|
|||||||
|
|
||||||
## Delimiter at the end to avoid the last field to be interpreted as having a newline.
|
## Delimiter at the end to avoid the last field to be interpreted as having a newline.
|
||||||
stat_output=$(stat -c "%n${delimiter}%a${delimiter}%U${delimiter}%G${delimiter}%" "${line}")
|
stat_output=$(stat -c "%n${delimiter}%a${delimiter}%U${delimiter}%G${delimiter}%" "${line}")
|
||||||
stat_output_simple=$(stat -c '%n %a %U %G' "${line}")
|
|
||||||
|
|
||||||
readarray -d "${delimiter}" -t arr <<< "${stat_output}"
|
readarray -d "${delimiter}" -t arr <<< "${stat_output}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user