Colin Walters e6a560b407 deploy: Ignore sockets, fifos in /etc during merge
https://bugzilla.redhat.com/show_bug.cgi?id=1945274 is an issue where a privileged
kubernetes daemonset is writing a socket into `/etc`.  This makes ostree upgrades barf.

Now, they should clearly move it to `/run`.  However, one option is for us to
just ignore it instead of erroring out.  Some brief investigation shows that
e.g. `git add somesocket` is a silent no-op, which is an argument in favor of ignoring it.

Closes: https://github.com/ostreedev/ostree/issues/2446
2021-10-01 11:28:11 -04:00
..
2021-09-30 13:38:25 -04:00
2020-04-06 19:28:51 +00:00
2021-09-06 07:52:42 +00:00
2020-05-27 21:59:23 +00:00
2020-04-06 19:28:51 +00:00
2019-08-14 12:31:10 +00:00
2021-09-08 14:00:12 -04:00