]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fuzz: add StartupAllowedCPUs and StartupAllowedMemoryNodes to directives 20742/head
authorPeter Morrow <pemorrow@linux.microsoft.com>
Tue, 14 Sep 2021 18:31:07 +0000 (19:31 +0100)
committerPeter Morrow <pemorrow@linux.microsoft.com>
Wed, 15 Sep 2021 08:52:12 +0000 (09:52 +0100)
Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com>
test/fuzz/fuzz-unit-file/directives.mount
test/fuzz/fuzz-unit-file/directives.scope
test/fuzz/fuzz-unit-file/directives.service
test/fuzz/fuzz-unit-file/directives.slice
test/fuzz/fuzz-unit-file/directives.socket
test/fuzz/fuzz-unit-file/directives.swap

index fd82fc5348e8f9aff040d705bfa6ce7732acc2b8..da33c99de35b108383ec747b2a2bd22ef6262afe 100644 (file)
@@ -1,7 +1,9 @@
 mount
 [Mount]
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 AmbientCapabilities=
 AppArmorProfile=
 BPFProgram=
index ab49083311075221d96ed2cda7b28fb12a94ab29..d8ea9fcfb54a49d886a9e2fc74e39df35e32c076 100644 (file)
@@ -1,7 +1,9 @@
 scope
 [Scope]
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 BPFProgram=
 BlockIOAccounting=
 BlockIODeviceWeight=
index 6a80bbcb2fefea41606b8d70c0313bbc192d66dd..7318c5f9d69043d8a3d688ef6ad06e317564dc8d 100644 (file)
@@ -115,7 +115,9 @@ RequiredBy=
 WantedBy=
 [Service]
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 AmbientCapabilities=
 AppArmorProfile=
 BindPaths=
index 17bd431db7d7367031413595ce1896688f9cc7e2..1a209876987c62de90640271fb36e702187d8b1f 100644 (file)
@@ -1,7 +1,9 @@
 slice
 [Slice]
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 BPFProgram=
 BlockIOAccounting=
 BlockIODeviceWeight=
index 1a79a0dfd1428f4f33a9576663e11cd806116968..02b909f00d2a3d9715a1bb39a1cebd985a2c384d 100644 (file)
@@ -2,7 +2,9 @@ socket
 [Socket]
 Accept=
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 AmbientCapabilities=
 AppArmorProfile=
 BPFProgram=
index 204e172514711982212cf81192304f691be29830..b7598fdf06fda07b0b260c9559e23969994a5c1b 100644 (file)
@@ -1,7 +1,9 @@
 swap
 [Swap]
 AllowedCPUs=
+StartupAllowedCPUs=
 AllowedMemoryNodes=
+StartupAllowedMemoryNodes=
 AmbientCapabilities=
 AppArmorProfile=
 BPFProgram=