feat(tunable): add the new @{tmp} variable

Mostly used to handle libpam-tmpdir. See #318 #320
This commit is contained in:
Alexandre Pujol 2024-05-02 21:42:33 +01:00
parent 511ba6c6a9
commit 0bbbe71422
Failed to generate hash of commit

View file

@ -56,6 +56,9 @@
@{bin}=/{,usr/}{,s}bin
@{lib}=/{,usr/}lib{,exec,32,64}
# Common places for temporary files
@{tmp}=/tmp/ /tmp/user/@{uid}/
# Udev data dynamic assignment ranges
@{dynamic}=23[4-9] 24[0-9] 25[0-4] # range 234 to 254
@{dynamic}+=38[4-9] 39[0-9] 4[0-9][0-9] 50[0-9] 51[0-1] # range 384 to 511