1
1
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:
Peter Morrow 2021-09-14 19:31:07 +01:00
parent c93a7d4ad3
commit 88a56dc8d6
6 changed files with 12 additions and 0 deletions

View File

@ -1,7 +1,9 @@
mount mount
[Mount] [Mount]
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
AmbientCapabilities= AmbientCapabilities=
AppArmorProfile= AppArmorProfile=
BPFProgram= BPFProgram=

View File

@ -1,7 +1,9 @@
scope scope
[Scope] [Scope]
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
BPFProgram= BPFProgram=
BlockIOAccounting= BlockIOAccounting=
BlockIODeviceWeight= BlockIODeviceWeight=

View File

@ -115,7 +115,9 @@ RequiredBy=
WantedBy= WantedBy=
[Service] [Service]
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
AmbientCapabilities= AmbientCapabilities=
AppArmorProfile= AppArmorProfile=
BindPaths= BindPaths=

View File

@ -1,7 +1,9 @@
slice slice
[Slice] [Slice]
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
BPFProgram= BPFProgram=
BlockIOAccounting= BlockIOAccounting=
BlockIODeviceWeight= BlockIODeviceWeight=

View File

@ -2,7 +2,9 @@ socket
[Socket] [Socket]
Accept= Accept=
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
AmbientCapabilities= AmbientCapabilities=
AppArmorProfile= AppArmorProfile=
BPFProgram= BPFProgram=

View File

@ -1,7 +1,9 @@
swap swap
[Swap] [Swap]
AllowedCPUs= AllowedCPUs=
StartupAllowedCPUs=
AllowedMemoryNodes= AllowedMemoryNodes=
StartupAllowedMemoryNodes=
AmbientCapabilities= AmbientCapabilities=
AppArmorProfile= AppArmorProfile=
BPFProgram= BPFProgram=