Re: [PATCH] virt-aa-helper: Avoid using RUNSTATEDIR

2025-02-26 Thread Ján Tomko
On a Wednesday in 2025, Michal Privoznik wrote: On some systems /run is mounted as: tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=348508k,mode=755,inode64) and /var/run is then just a symlink: # ls -ld /var/run lrwxrwxrwx 1 root root 4 Apr 23 2024 /var/run -> /run But be

[PATCH] virt-aa-helper: Avoid using RUNSTATEDIR

2025-02-26 Thread Michal Privoznik
On some systems /run is mounted as: tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=348508k,mode=755,inode64) and /var/run is then just a symlink: # ls -ld /var/run lrwxrwxrwx 1 root root 4 Apr 23 2024 /var/run -> /run But because we still think it's 2004 and FHS 2.3 is a