We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53a022 commit de30c30Copy full SHA for de30c30
admin/checkservices
@@ -136,7 +136,7 @@ get_broken_maps() {
136
continue
137
}
138
# only file mapped as executable
139
- 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")"
140
if [[ $deleted ]]; then
141
printf "%s\n" $service
142
break
0 commit comments