| |
@@ -0,0 +1,15 @@
|
| |
+ # Selected ownership fixes for files in /etc & /var owned by a dynamic UID/GID
|
| |
+ # See: https://gitlab.com/fedora/ostree/sig/-/issues/90
|
| |
+
|
| |
+ postprocess:
|
| |
+ - |
|
| |
+ #!/bin/bash
|
| |
+ set -xeuo pipefail
|
| |
+
|
| |
+ cat > /usr/lib/tmpfiles.d/90-atomic-desktops-ownership-fixes.conf << 'EOF'
|
| |
+ Z /var/lib/passim - passim passim
|
| |
+ Z /var/log/passim - passim passim
|
| |
+ Z /etc/colord/ - colord colord
|
| |
+ Z /var/lib/gnome-remote-desktop/ - gnome-remote-desktop gnome-remote-desktop
|
| |
+ Z /etc/gnome-remote-desktop/ - gnome-remote-desktop gnome-remote-desktop
|
| |
+ EOF
|
| |
manifest: Move FUSE v2 support to Fedora's manifest
Move support for FUSE version 2 to Fedora's manifest to be able to
exclude it from downstream builds.
We should be able to drop support for FUSE v2 in F44.
See: https://gitlab.com/fedora/ostree/sig/-/issues/50
comps-sync-exclude-list: Exclude git-core
We have git-core explicitly added in the common manifest.
fedora: Move toolbox to the Fedora specific manifest
Some downstream want to use alternative implementations instead of
toolbox. Move it to the Fedora specific manifest to make that easier.