mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-28 02:47:00 -05:00
output
This commit is contained in:
parent
089c40135f
commit
ed50f98010
@ -19,6 +19,7 @@ echo_wrapper() {
|
|||||||
add_nosuid_statoverride_entry() {
|
add_nosuid_statoverride_entry() {
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
if ! read -r file_name existing_mode owner group; then
|
if ! read -r file_name existing_mode owner group; then
|
||||||
|
echo "ERROR: cannot parse line by 'stat' - line: '$line'" >&2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user