]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: refuse --global dot/verify 31919/head
authorMike Yuan <me@yhndnzj.com>
Fri, 22 Mar 2024 16:35:09 +0000 (00:35 +0800)
committerMike Yuan <me@yhndnzj.com>
Sat, 23 Mar 2024 17:28:28 +0000 (01:28 +0800)
commitac97053618387ca1fa0d378cde7957aab8f0476c
tree6a0815ea4bb1a69deefe444fa884590800c05794
parent147e7b44467f4deb2216ab7b1c1e2b89fa544d50
analyze: refuse --global dot/verify

I don't quite understand the rationale of making these
verbs work with --global back in the day. But realistically
they interact with/spawn manager, while there's no
--global runtime scope manager. And to verify/inspect user
units it's sufficient to just use --user.

Fixes #31911
src/analyze/analyze.c