All audit logs must be owned by root user and group. By default, the path for the OpenShift audit log is /var/log/openshift-apiserver/
.
To properly set the owner of /var/log/openshift-apiserver
, run the command:
$ sudo chown root /var/log/openshift-apiserver
To properly set the owner of /var/log/openshift-apiserver/*
, run the command:
$ sudo chown root /var/log/openshift-apiserver/*