mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
fuzz: list directives in alphabetical order
This commit is contained in:
parent
9dfb6a3a8e
commit
1b75e5f343
@ -1,9 +1,7 @@
|
||||
mount
|
||||
[Mount]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
@ -174,6 +172,8 @@ StandardInput=
|
||||
StandardInputData=
|
||||
StandardInputText=
|
||||
StandardOutput=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -1,9 +1,7 @@
|
||||
scope
|
||||
[Scope]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
@ -57,6 +55,8 @@ SendSIGKILL=
|
||||
Slice=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -115,9 +115,7 @@ RequiredBy=
|
||||
WantedBy=
|
||||
[Service]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BindPaths=
|
||||
@ -308,6 +306,8 @@ StandardOutput=
|
||||
StartLimitAction=
|
||||
StartLimitBurst=
|
||||
StartLimitInterval=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -1,9 +1,7 @@
|
||||
slice
|
||||
[Slice]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
@ -50,6 +48,8 @@ RestrictNetworkInterfaces=
|
||||
Slice=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -2,9 +2,7 @@ socket
|
||||
[Socket]
|
||||
Accept=
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
@ -220,6 +218,8 @@ StandardInput=
|
||||
StandardInputData=
|
||||
StandardInputText=
|
||||
StandardOutput=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -1,9 +1,7 @@
|
||||
swap
|
||||
[Swap]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
@ -170,6 +168,8 @@ StandardInput=
|
||||
StandardInputData=
|
||||
StandardInputText=
|
||||
StandardOutput=
|
||||
StartupAllowedCPUs=
|
||||
StartupAllowedMemoryNodes=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
Loading…
x
Reference in New Issue
Block a user