Skip to content

Commit

Permalink
app: Tweak tmpfiles.d integration entries for /usr/local
Browse files Browse the repository at this point in the history
`systemd-tmpfiles` follows symlinks, so we can write `/usr/local/` here
instead of `/var/usrlocal/`. This doesn't matter right now, but will in
a future patch where `/usr/local` will no longer be a symlink.
  • Loading branch information
jlebon committed Dec 14, 2023
1 parent e73391e commit 253d361
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/app/rpm-ostree-0-integration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ d /var/opt 0755 root root -
d /var/srv 0755 root root -
d /var/roothome 0700 root root -
d /var/usrlocal 0755 root root -
d /var/usrlocal/bin 0755 root root -
d /var/usrlocal/etc 0755 root root -
d /var/usrlocal/games 0755 root root -
d /var/usrlocal/include 0755 root root -
d /var/usrlocal/lib 0755 root root -
d /var/usrlocal/man 0755 root root -
d /var/usrlocal/sbin 0755 root root -
d /var/usrlocal/share 0755 root root -
d /var/usrlocal/src 0755 root root -
d /var/mnt 0755 root root -
d /run/media 0755 root root -
L /var/lib/rpm - - - - ../../usr/share/rpm

# this is normally owned by `filesystem`, but for multiple reasons, this doesn't
# work in the rpm-ostree flow
d /usr/local/bin 0755 root root -
d /usr/local/etc 0755 root root -
d /usr/local/games 0755 root root -
d /usr/local/include 0755 root root -
d /usr/local/lib 0755 root root -
d /usr/local/man 0755 root root -
d /usr/local/sbin 0755 root root -
d /usr/local/share 0755 root root -
d /usr/local/src 0755 root root -

0 comments on commit 253d361

Please sign in to comment.