Skip to content

Commit de30c30

Browse files
committed
Ignore /memfd: lines in checkservices
1 parent c53a022 commit de30c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/checkservices

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ get_broken_maps() {
136136
continue
137137
}
138138
# only file mapped as executable
139-
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p')"
139+
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p'|grep -v "/memfd")"
140140
if [[ $deleted ]]; then
141141
printf "%s\n" $service
142142
break

0 commit comments

Comments
 (0)