OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Missing configuration file #68

Closed jan-cerny closed 8 years ago

jan-cerny commented 8 years ago

Our SPC based on F23 does not contain a config.ini file. This command: atomic install openscap/openscap-daemon-f23 produces a message: Installation complete. Be sure to customize /etc/oscapd/config.ini as needed. However, no such file exists, so user can't customize it. I think the message is little confusing then.

mpreisler commented 8 years ago

Agreed. We should inject a default pre-filled config.ini that people can customize.

mpreisler commented 8 years ago

https://github.com/OpenSCAP/openscap-daemon/commit/6600dc4a0551e74faf89c59c09d1a27f4a56940e will help with generating a suitable default config for user modification. The API was already there, I just exposed it.