- Update to version 0.1.0+git.1655384301.b834667: * Update fmf plans to run test with IMA policy * .github/dependabot.yml: prevent updates that require manifest change - Add logrotate configuration for the agent service - Requires libtss2-tcti-device0 to interact with the real device - Drop legacy Python subpackage and feature - Move conflicts into the Python version - Drop CFSSL port from the keylime.xml firewalld rules OBS-URL: https://build.opensuse.org/request/show/984413 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=15
12 lines
516 B
XML
12 lines
516 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>Keylime</short>
|
|
<description>Keylime is a remote attestation tool that requires access to several ports.</description>
|
|
<port protocol="tcp" port="443"/><!-- Webapp -->
|
|
<port protocol="tcp" port="8881"/><!-- Verifier -->
|
|
<port protocol="tcp" port="8890"/><!-- Registrar -->
|
|
<port protocol="tcp" port="8891"/><!-- Registrar TLS -->
|
|
<port protocol="tcp" port="8992"/><!-- Revocation -->
|
|
<port protocol="tcp" port="9002"/><!-- Agent -->
|
|
</service>
|