I just noticed that after every fresh CentOS 7 (7.2) installation I perform, there are two files created in the root folder (/root
):
openscap_data
folderanaconda-ks.cfg
file
As far as I understand the openscap_scanner is a vulnerability scanner that runs after installation and puts its scans in /root/openscap_data
. I assume I can delete the folder since I have not use openscap (not intentionally). And anaconda-ks.cfg
is the "installation template" that gets created by the GUI installer. Since it stores my hashed root password, I'm not sure if I should keep this file.
Any suggestions?