Browse Source
Merge pull request #7443 from vrutkovs/etcd-permissions-on-atomic
Automatic merge from submit-queue.
system containers: ensure Atomic won't reset permissions for etcd_data_dir
Default Atomic tmpfile has:
```
d /var/lib/etcd 0755 etcd etcd - -
```
in /usr/lib/tmpfiles.d/rpm-ostree-1-autovar.conf
Etcd system container requires this dir to be owned by root, so system
container installation should override tmpfiles.
Note, that etcd system container installs its own
/etc/tmpfiles.d/etcd.conf, so this override should probably happen
there.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553084