- Add logrotate configuration for the services - Create run directory as non-root user - Conflict with rust-keylime OBS-URL: https://build.opensuse.org/request/show/984411 OBS-URL: https://build.opensuse.org/package/show/security/keylime?expand=0&rev=37
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
/var/log/keylime/*.log {
|
|
su keylime tss
|
|
weekly
|
|
missingok
|
|
rotate 4
|
|
copytruncate
|
|
minsize 1M
|
|
}
|