forked from pool/rust-keylime
- Rebase bindgen.patch and upstream the change - Rebase keylime-agent.conf.diff - Store the configuration file in /usr/etc/keylime/agent.conf - Fix keylime user creation - Drop webapp service port in firewall XML service file - Update to version 0.1.0+git.1663769444.6318234: * Update comments in the configuration file * config: Align config locations with the python components * config: Add configuration file version * config: Add back support for KEYLIME_DIR env var * Change configuration format to TOML * Add support for using passphrase protected key * Do not try to load TPM data generated by another TPM * Allow using existing key and certificate * Remove the agent TPM data from the config struct * Rename the configuration options * Use password to generate EK when provided * Add tpm_ownerpassword option to keylime.conf * Add cargo audit to CI static tests * Add agent and faked_measured_boot_log tests context * Appease clippy OBS-URL: https://build.opensuse.org/request/show/1006459 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=26
11 lines
465 B
XML
11 lines
465 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="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>
|