File modified outside RPM breaks checksum test #51961
Labels
bug
Fixes for quality problems that affect the customer experience
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Operations
Team label for Operations Team
Kibana version:
7.4.2
Server OS version:
RHEL 7.7
Original install method (e.g. download page, yum, from source, etc.):
yum install from official repo
Describe the bug:
The file
/usr/share/kibana/optimize/.babel_register_cache.json
is part of the RPM installation. During operation, this file is modified. Because it is not marked for modification, as ie. a configuration is, this breaks jobs verifiying the RPM checksums. Such jobs are part of company compliance checks, kibana servers pop up regularly showing as incompliant.
Steps to reproduce:
rpm -Va | grep '^..5'
: only files marked with 'c' in the 2nd column are configuration files and allowed to be changed after installation:Expected behavior:
Cache file should either not be included in RPM, not go to the installation directory but a cache dir, or marked as changeable in the RPM
Provide logs and/or server output (if relevant):
The text was updated successfully, but these errors were encountered: