feat(tunable): improve our variables definition.

This commit is contained in:
Alexandre Pujol 2024-03-16 19:42:25 +00:00
parent be3d625b7f
commit 1148b8faad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 6 additions and 8 deletions

View file

@ -15,13 +15,10 @@
# Up to 10 digits (0-9999999999)
@{int}=[0-9]{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}{[0-9],}
# Any six characters
# Any x alphanumeric characters
@{rand6}=@{c}@{c}@{c}@{c}@{c}@{c}
# Any eight characters
@{rand8}=@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}
# Any ten characters
@{rand9}=@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}
@{rand10}=@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}@{c}
# MD5 hash
@ -57,7 +54,7 @@
@{bin}=/{,usr/}{,s}bin
@{lib}=/{,usr/}lib{,exec,32,64}
# Name of the systemd profile: unconfined || systemd
# Name of the systemd profiles: unconfined || systemd
@{systemd}=unconfined
@{systemd_user}=unconfined