Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checktrust: Add /usr/sbin/checktrust command
Add a script to determine whether the system has lost the trust of other systems. Query a few remote systems which are supposed to be online most of the time. Note, that this script has a tristate result (trusted, not trusted, unknown) so we don't communicate the result via exit status, but output "trusted", "not trusted" or nothing.