Skip to content

Containers broken after systemctl daemon-reload #3795

Answered by mprasil
mprasil asked this question in Q&A
Discussion options

You must be logged in to vote

I think I have answer to my own question here. As I was typing this out, runc 1.1.5 was released, which contains #3620 - which seems to be exactly the issue I'm observing.

And sure enough, if I upgrade runc to the latest version, the DeviceAllow configuration is added as expected:

# /run/systemd/transient/docker-38b11285c939aa3ab2398321d6230e6b1d79997994a6951f12fff7829e2ea38b.scope.d/50-DeviceAllow.conf
DeviceAllow=
DeviceAllow=char-pts rwm
DeviceAllow=/dev/char/10:200 rwm
DeviceAllow=/dev/char/5:2 rwm
DeviceAllow=/dev/char/5:1 rwm
DeviceAllow=/dev/char/5:0 rwm
DeviceAllow=/dev/char/1:9 rwm
DeviceAllow=/dev/char/1:8 rwm
DeviceAllow=/dev/char/1:7 rwm
DeviceAllow=/dev/char/1:5 rwm
DeviceAll…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mprasil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant