<walters>
anthr76[m]: Do you have any podman containers started with e.g. `-v /run:/run:z` or so? It looks like `/run` is potentially labeled `container_file_t` which is going to cause all sorts of problems
<anthr76[m]>
walters[m]: Good point.
<anthr76[m]>
I do have `--volume /run:/run \`
<anthr76[m]>
But at one point.. before I realized it was a bad idea (and realized the symlink) I did bind mount `--volume /var/run:/var/run:z \` ...
<anthr76[m]>
So it seems like I need to relabel `/run`
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
<anthr76[m]>
<walters[m]> "anthr76[m]: Do you have any..." <- Thanks :) Sometimes it's the "simpler things" `chcon -R -t var_run_t /var/run` seems to get me in a better place
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 256 seconds]
MatthieuSaulnier has left #fedora-coreos [#fedora-coreos]
jpn has joined #fedora-coreos
paragan has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
marmijo has quit [Quit: Client closed]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
bytehackr has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
ravanelli has joined #fedora-coreos
jpn has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
jcajka has joined #fedora-coreos
saschagrunert has joined #fedora-coreos
hotbox has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
hotbox has quit [Ping timeout: 256 seconds]
hotbox has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
c4rt0 has joined #fedora-coreos
c4rt0_ has joined #fedora-coreos
c4rt0__ has joined #fedora-coreos
c4rt0 has quit [Ping timeout: 268 seconds]
c4rt0_ has quit [Ping timeout: 240 seconds]
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
c4rt0__ has quit [Remote host closed the connection]
c4rt0 has joined #fedora-coreos
<walters>
anthr76[m]: np. Yeah, we should potentially patch podman to just error on attempts to relabel system directories, it's not the first time I've seen this footgun used