- 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
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
/var/log/keylime/*.log {
|
|
su keylime tss
|
|
weekly
|
|
missingok
|
|
rotate 4
|
|
copytruncate
|
|
minsize 1M
|
|
}
|