mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
fuzz: list directives in alphabetical order
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user