Skip to content

Commit fa41452

Browse files
authored
Merge pull request #77 from archlinux/ignore_memfd_checkservices
Ignore /memfd: lines in checkservices
2 parents ca71041 + 81617e8 commit fa41452

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
@@ -135,7 +135,7 @@ get_broken_maps() {
135135
continue
136136
}
137137
# only file mapped as executable
138-
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p')"
138+
deleted="$(grep -F '(deleted)' "$maps_path"|sed -nr 's|^\S+ ..x. \S+ \S+ \S+ \s+||p'|grep -v "/memfd:")"
139139
if [[ $deleted ]]; then
140140
printf "%s\n" $service
141141
break

0 commit comments

Comments
 (0)