Skip to content

Check env more strictly

Benjamin Berg requested to merge benzea/check-env-more-strictly into master
util: Only accept common space characters

Specifically, systemd only permits " \t\n" and we should stick to the
same set of permitted space characters.

See also
  https://github.com/systemd/systemd/issues/17378

Closes: #70

Merge request reports