| 1 |
# The client profile's half of 50-alloy-var.conf. See that file for why /var |
| 2 |
# content needs declaring at all. |
| 3 |
# |
| 4 |
# Deleted on `server`, and it has to be rather than merely being harmless there: |
| 5 |
# the greetd lines name a user that arrives with its package, and |
| 6 |
# systemd-tmpfiles fails a line whose user does not resolve. The Containerfile |
| 7 |
# removes it in the profile block and asserts it is gone. |
| 8 |
# |
| 9 |
# geoclue used to be here and is now in 50-alloy-var-geoclue.conf. It was the one |
| 10 |
# entry that was never really client-side: it arrives with the GTK and WebKit |
| 11 |
# stack, so a server that sets GUI=tauri carries it too, and deleting this file |
| 12 |
# took its declaration away. See that file. |
| 13 |
# |
| 14 |
# Modes and owners are the ones the packages themselves created, read back off a |
| 15 |
# built image rather than chosen here. A line that widens one of them would be a |
| 16 |
# permissions change nobody asked for, wearing a lint fix as a disguise. |
| 17 |
# |
| 18 |
# The symlink at the bottom is not a directory and not ours: greetd's %post |
| 19 |
# writes it to mask xdg-desktop-portal for the greeter's session, so a login |
| 20 |
# screen does not start a portal. It is the one entry here with behaviour behind |
| 21 |
# it, which is exactly why it cannot be left to a scriptlet that only ever runs |
| 22 |
# on the machine that built the image. |
| 23 |
# |
| 24 |
#Type Path Mode User Group Age Argument |
| 25 |
d /var/cache/swcatalog 0755 root root - - |
| 26 |
d /var/cache/swcatalog/cache 0755 root root - - |
| 27 |
d /var/cache/swcatalog/gv 0755 root root - - |
| 28 |
d /var/cache/swcatalog/icons 0755 root root - - |
| 29 |
d /var/cache/swcatalog/xml 0755 root root - - |
| 30 |
d /var/lib/color 0755 root root - - |
| 31 |
d /var/lib/color/icc 0755 root root - - |
| 32 |
d /var/lib/flatpak 0755 root root - - |
| 33 |
d /var/lib/fprint 0700 root root - - |
| 34 |
d /var/lib/greetd/.config 0755 greetd greetd - - |
| 35 |
d /var/lib/greetd/.config/systemd 0755 greetd greetd - - |
| 36 |
d /var/lib/greetd/.config/systemd/user 0755 greetd greetd - - |
| 37 |
d /var/log/speech-dispatcher 0700 root root - - |
| 38 |
d /var/spool/cups 0710 root root - - |
| 39 |
L /var/lib/greetd/.config/systemd/user/xdg-desktop-portal.service - - - - /dev/null |
| 40 |
|