mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
fuzz: add ConditionCredential= to fuzz files, and sort their sections
This commit is contained in:
parent
2c7b8f3dd5
commit
351f7d5143
test/fuzz
fuzz-link-parser
fuzz-netdev-parser
fuzz-network-parser
fuzz-unit-file
@ -1,18 +1,19 @@
|
||||
[Match]
|
||||
MACAddress=
|
||||
PermanentMACAddress=
|
||||
OriginalName=
|
||||
Path=
|
||||
Architecture=
|
||||
Credential=
|
||||
Driver=
|
||||
Type=
|
||||
Kind=
|
||||
Property=
|
||||
Firmware=
|
||||
Host=
|
||||
Virtualization=
|
||||
KernelCommandLine=
|
||||
KernelVersion=
|
||||
Architecture=
|
||||
Firmware=
|
||||
Kind=
|
||||
MACAddress=
|
||||
OriginalName=
|
||||
Path=
|
||||
PermanentMACAddress=
|
||||
Property=
|
||||
Type=
|
||||
Virtualization=
|
||||
[Link]
|
||||
Description=
|
||||
MACAddressPolicy=
|
||||
|
@ -24,11 +24,12 @@ Mode=
|
||||
SourceMACAddress=
|
||||
[Match]
|
||||
Architecture=
|
||||
Credential=
|
||||
Firmware=
|
||||
Host=
|
||||
KernelCommandLine=
|
||||
KernelVersion=
|
||||
Virtualization=
|
||||
KernelCommandLine=
|
||||
[GENEVE]
|
||||
DestinationPort=
|
||||
TTL=
|
||||
|
@ -15,23 +15,24 @@ ProxyARP=
|
||||
ProxyARPWiFi=
|
||||
MulticastRouter=
|
||||
[Match]
|
||||
KernelVersion=
|
||||
Type=
|
||||
Kind=
|
||||
Driver=
|
||||
Architecture=
|
||||
Firmware=
|
||||
Path=
|
||||
WLANInterfaceType=
|
||||
SSID=
|
||||
BSSID=
|
||||
Name=
|
||||
Property=
|
||||
Virtualization=
|
||||
KernelCommandLine=
|
||||
Credential=
|
||||
Driver=
|
||||
Firmware=
|
||||
Host=
|
||||
KernelCommandLine=
|
||||
KernelVersion=
|
||||
Kind=
|
||||
MACAddress=
|
||||
Name=
|
||||
Path=
|
||||
PermanentMACAddress=
|
||||
Property=
|
||||
SSID=
|
||||
Type=
|
||||
Virtualization=
|
||||
WLANInterfaceType=
|
||||
[Link]
|
||||
ActivationPolicy=
|
||||
RequiredForOnline=
|
||||
|
@ -10,9 +10,10 @@ Also=
|
||||
AmbientCapabilities=
|
||||
AssertACPower=
|
||||
AssertArchitecture=
|
||||
AssertCPUPressure=
|
||||
AssertCapability=
|
||||
AssertControlGroupController=
|
||||
AssertCPUPressure=
|
||||
AssertCredential=
|
||||
AssertDirectoryNotEmpty=
|
||||
AssertFileIsExecutable=
|
||||
AssertFileNotEmpty=
|
||||
@ -59,6 +60,7 @@ ConditionACPower=
|
||||
ConditionArchitecture=
|
||||
ConditionCapability=
|
||||
ConditionControlGroupController=
|
||||
ConditionCredential=
|
||||
ConditionCPUPressure=
|
||||
ConditionDirectoryNotEmpty=
|
||||
ConditionFileIsExecutable=
|
||||
@ -481,6 +483,7 @@ InitialCongestionWindow=
|
||||
InputKey=
|
||||
InvertRule=
|
||||
KernelCommandLine=
|
||||
Credential=
|
||||
KernelVersion=
|
||||
Key=
|
||||
Kind=
|
||||
|
@ -9,6 +9,7 @@ AssertCPUPressure=
|
||||
AssertCPUs=
|
||||
AssertCapability=
|
||||
AssertControlGroupController=
|
||||
AssertCredential=
|
||||
AssertDirectoryNotEmpty=
|
||||
AssertEnvironment=
|
||||
AssertFileIsExecutable=
|
||||
@ -47,6 +48,7 @@ ConditionCPUs=
|
||||
ConditionFirmware=
|
||||
ConditionCapability=
|
||||
ConditionControlGroupController=
|
||||
ConditionCredential=
|
||||
ConditionDirectoryNotEmpty=
|
||||
ConditionEnvironment=
|
||||
ConditionFileIsExecutable=
|
||||
|
Loading…
Reference in New Issue
Block a user