]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit: add "cvm" option for ConditionSecurity
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Jun 2023 18:01:17 +0000 (19:01 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 6 Jul 2023 11:20:04 +0000 (12:20 +0100)
commit95d043b1595e7684163714aae46822b18cef0f65
tree54cf4b608880181496159d01b1105643477c9362
parentf460fec91524b6171183e70f03e10ab025bd1f03
unit: add "cvm" option for ConditionSecurity

The "cvm" flag indicates whether the OS is running inside a confidential
virtual machine.

Related: https://github.com/systemd/systemd/issues/27604
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
man/systemd.unit.xml
src/shared/condition.c
src/test/test-condition.c