5dfe3d4e23
- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future. - Enable TPM2 support OBS-URL: https://build.opensuse.org/request/show/903365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=331
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
#
|
|
# See tmpfiles.d(5) for details
|
|
#
|
|
# Type Path Mode User Group Age Argument
|
|
|
|
# Legacy symlink. Maybe should be owned by util-linux ?
|
|
L+ /etc/mtab - - - - ../proc/self/mounts
|
|
|
|
# FIXME: Might be moved to lockded.
|
|
d /run/lock 0775 root lock -
|
|
|
|
# FIXME: Should these one be moved to shadow ?
|
|
f /var/log/wtmp 0664 root utmp -
|
|
f /var/log/btmp 0660 root utmp -
|
|
f /var/log/lastlog 0664 root utmp -
|