Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: We're looking at adding audit into Fedora CoreOS (see discussion in https://github.com/coreos/fedora-coreos-tracker/issues/1362) and we would like to completly remove the dependency on the legacy `service` binary and related scripts. We understand that using systemctl is not an option (from the discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1768815) and we are interested in investigating other options. For example, we could add an `auditdctl` binary that would accept the `start/stop/restart` commands and perform the required operations as needed to manage the daemon. What would be the best path forward from your perspective? We would be doing the development work. Thanks
auditctl --signal is available for use, although not terribly user friendly. I was considering making a second set of keywords that are more user friendly.
Upstream commit 39802bf adds user friendly signal names.
https://github.com/linux-audit/audit-userspace/commit/39802bffbfc62501461c916d9ccf748afdff7d94 has been released in audit 3.1.1 which is now in Fedora. Thanks!