There are dbus calls to change task properties but they are not exposed in oscapd-cli. Changing task properties is pretty important because it's rare that users get all settings right the first time.
I propose:
oscapd-cli task X set-title "something" but I am open to suggestions.
There definitely are some missing and some of them lack getters. This issue should also track clean-up of that.
This will most likely grow oscapd-cli to a big size, we should think about refactoring it. Maybe moving some of the functionality into a module inside the openscap_daemon package.
There are dbus calls to change task properties but they are not exposed in
oscapd-cli
. Changing task properties is pretty important because it's rare that users get all settings right the first time.I propose:
oscapd-cli task X set-title "something"
but I am open to suggestions.These are the dbus methods:
There definitely are some missing and some of them lack getters. This issue should also track clean-up of that.
This will most likely grow oscapd-cli to a big size, we should think about refactoring it. Maybe moving some of the functionality into a module inside the
openscap_daemon
package.