]> git.ipfire.org Git - thirdparty/systemd.git/commit
condition: add ConditionPathIsEncrypted=
authorLennart Poettering <lennart@poettering.net>
Thu, 14 May 2020 16:30:23 +0000 (18:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 May 2020 13:50:09 +0000 (15:50 +0200)
commit7f19247b5e583e508a4eca7d5455cd590cc8e71e
tree21d3b645e8344b937f81005e0077fa397516eaca
parent89fe653544a310a9bbc2689c464a1cdd92bb71a2
condition: add ConditionPathIsEncrypted=

It's easy to add, and should be pretty useful, in particular as in
AssertPathIsEncrypted= as it can be used for checking that
some path is encrypted before some service is invoked that might want to
place secure material there.
src/analyze/analyze-condition.c
src/shared/condition.c
src/shared/condition.h
src/test/test-condition.c