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