mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-04 08:04:52 -04:00
fix
This commit is contained in:
parent
6f8231be70
commit
195ea522f5
1 changed files with 1 additions and 1 deletions
|
@ -17,8 +17,8 @@ echo_wrapper() {
|
||||||
}
|
}
|
||||||
|
|
||||||
add_nosuid_statoverride_entry() {
|
add_nosuid_statoverride_entry() {
|
||||||
true "line: $line"
|
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
|
true "line: $line"
|
||||||
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
|
echo "ERROR: cannot parse line by 'stat' - line: '$line'" >&2
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue