mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +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]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
|
@ -1,7 +1,9 @@
|
||||
scope
|
||||
[Scope]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
|
@ -115,7 +115,9 @@ RequiredBy=
|
||||
WantedBy=
|
||||
[Service]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BindPaths=
|
||||
|
@ -1,7 +1,9 @@
|
||||
slice
|
||||
[Slice]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
|
@ -2,7 +2,9 @@ socket
|
||||
[Socket]
|
||||
Accept=
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
|
@ -1,7 +1,9 @@
|
||||
swap
|
||||
[Swap]
|
||||
AllowedCPUs=
|
||||
StartupAllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
StartupAllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
|
Loading…
Reference in New Issue
Block a user