Skip to content

Commit

Permalink
Ignore /memfd: lines in checkservices
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
Antiz96 committed Jul 15, 2024
1 parent c53a022 commit 81617e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/checkservices
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ get_broken_maps() {
continue
}
# only file mapped as executable
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p')"
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p'|grep -v "/memfd:")"
if [[ $deleted ]]; then
printf "%s\n" $service
break
Expand Down

0 comments on commit 81617e8

Please sign in to comment.