Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stages/files: don't relabel /home and /root symlinks
On OSTree systems, those are just symlinks in the deployment root. If they're not labeled correctly already, it signals an issue with the disk creation process itself (and might also signal that the next time a deployment root is created, it'll also be mislabeled). Anyway, even on non-OSTree systems, it seems reasonable to expect that `/home` and `/root` at least already exist and don't need to be created (and thus don't need to be relabeld). It's possible that [fixing `getxattr` without a policy loaded](coreos/fedora-coreos-config#245 (comment)) would also fix this, since `setfiles` would see that the symlinks were already correctly labeled. In effect, this is completing what coreos#632 started. Closes: coreos/fedora-coreos-tracker#339
- Loading branch information