Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat OpenShift Container Platform 4
Kubernetes Settings
Kubernetes - General Security Practices
Kubernetes Pod Logs Must Be Owned By Root
Kubernetes Pod Logs Must Be Owned By Root
An XCCDF Rule
Details
Profiles
Prose
Kubernetes Pod Logs Must Be Owned By Root
Medium Severity
All logs must be owned by root user and group. By default, the path for the Kubernetes audit log is
/var/log/kube-apiserver/
. To properly set the owner of
/var/log/pods/*
, run the command:
$ sudo chown root /var/log/pods/*