Docker and containerd systemd units are being owned my UID 1000
snikhil1998 opened this issue · 2 comments
snikhil1998 commented
Description
The systemd unit files /usr/lib/systemd/system/docker.service
, /usr/lib/systemd/system/docker.socket
, and /usr/lib/systemd/system/containerd.service
, are being owned by UID 1000.
Impact
Security checks are failing when testing our product.
Environment and steps to reproduce
- Set-up: Flatcar
- Task: Standard testing
Expected behavior
The systemd unit files /usr/lib/systemd/system/docker.service
, /usr/lib/systemd/system/docker.socket
, and /usr/lib/systemd/system/containerd.service
, should be owned by root
user (UID 0).
jepio commented
Thanks for bringing this to our attention, i've opened a PR and it'll be backported to all channels once merged.