mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
fuzz: add StartupAllowedCPUs and StartupAllowedMemoryNodes to directives
Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com>
This commit is contained in:
parent
c93a7d4ad3
commit
88a56dc8d6
@ -1,7 +1,9 @@
|
|||||||
mount
|
mount
|
||||||
[Mount]
|
[Mount]
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
AmbientCapabilities=
|
AmbientCapabilities=
|
||||||
AppArmorProfile=
|
AppArmorProfile=
|
||||||
BPFProgram=
|
BPFProgram=
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
scope
|
scope
|
||||||
[Scope]
|
[Scope]
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
BPFProgram=
|
BPFProgram=
|
||||||
BlockIOAccounting=
|
BlockIOAccounting=
|
||||||
BlockIODeviceWeight=
|
BlockIODeviceWeight=
|
||||||
|
@ -115,7 +115,9 @@ RequiredBy=
|
|||||||
WantedBy=
|
WantedBy=
|
||||||
[Service]
|
[Service]
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
AmbientCapabilities=
|
AmbientCapabilities=
|
||||||
AppArmorProfile=
|
AppArmorProfile=
|
||||||
BindPaths=
|
BindPaths=
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
slice
|
slice
|
||||||
[Slice]
|
[Slice]
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
BPFProgram=
|
BPFProgram=
|
||||||
BlockIOAccounting=
|
BlockIOAccounting=
|
||||||
BlockIODeviceWeight=
|
BlockIODeviceWeight=
|
||||||
|
@ -2,7 +2,9 @@ socket
|
|||||||
[Socket]
|
[Socket]
|
||||||
Accept=
|
Accept=
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
AmbientCapabilities=
|
AmbientCapabilities=
|
||||||
AppArmorProfile=
|
AppArmorProfile=
|
||||||
BPFProgram=
|
BPFProgram=
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
swap
|
swap
|
||||||
[Swap]
|
[Swap]
|
||||||
AllowedCPUs=
|
AllowedCPUs=
|
||||||
|
StartupAllowedCPUs=
|
||||||
AllowedMemoryNodes=
|
AllowedMemoryNodes=
|
||||||
|
StartupAllowedMemoryNodes=
|
||||||
AmbientCapabilities=
|
AmbientCapabilities=
|
||||||
AppArmorProfile=
|
AppArmorProfile=
|
||||||
BPFProgram=
|
BPFProgram=
|
||||||
|
Loading…
Reference in New Issue
Block a user