core: drop implicit support of PrivateUsers=off
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Oct 2024 04:40:55 +0000 (13:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Oct 2024 20:39:54 +0000 (05:39 +0900)
commitedd3f4d9b7a63dc9a142ef20119e80d1d9527f2f
treede92320ffd8d6ebf4d747073bdf3f97ddbd20652
parent2b577d598bbae6ee8f615be96a98934fe6e4c24a
core: drop implicit support of PrivateUsers=off

Follow-up for fa693fdc7e17618958c505af4b2f39ecd1c3363e.

The documentation says the option takes a boolean or one of the "self"
and "identity". But the parser uses private_users_from_string() which
also accepts "off". Let's drop the implicit support of "off".
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/exec-invoke.c
src/core/namespace.c
src/core/namespace.h