[pve-devel] [PATCH manager] d/tmpfiles: fix permission regression for /run/pve directory

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Aug 5 12:36:01 CEST 2025


Am 05.08.25 um 12:21 schrieb Fabian Grünbichler:
> # Automatically added by dh_installtmpfiles/13.24.2
> if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
>        if [ -x "$(command -v systemd-tmpfiles)" ]; then
>                systemd-tmpfiles ${DPKG_ROOT:+--root="$DPKG_ROOT"} --create pve-manager.conf || true
>        fi
> fi

That I applied.

> the tmpfiles config above is also lacking `z` which would ensure that the
> changed ownership actually is set on upgrades, as opposed to on the next
> reboot?
> 

As you tested and mentioned offlist, this does not seem to be necessary.




More information about the pve-devel mailing list