feat(tunable): improve our variables definition.
This commit is contained in:
parent
be3d625b7f
commit
1148b8faad
2 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue