Skip to content

Commit

Permalink
Merge pull request #77 from archlinux/ignore_memfd_checkservices
Browse files Browse the repository at this point in the history
Ignore /memfd: lines in checkservices
  • Loading branch information
Antiz96 authored Jul 20, 2024
2 parents ca71041 + 81617e8 commit fa41452
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 @@ -135,7 +135,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 fa41452

Please sign in to comment.