From 88a56dc8d64b667ce30a922fc3b6d8cdddd3a460 Mon Sep 17 00:00:00 2001 From: Peter Morrow Date: Tue, 14 Sep 2021 19:31:07 +0100 Subject: [PATCH] fuzz: add StartupAllowedCPUs and StartupAllowedMemoryNodes to directives Signed-off-by: Peter Morrow --- test/fuzz/fuzz-unit-file/directives.mount | 2 ++ test/fuzz/fuzz-unit-file/directives.scope | 2 ++ test/fuzz/fuzz-unit-file/directives.service | 2 ++ test/fuzz/fuzz-unit-file/directives.slice | 2 ++ test/fuzz/fuzz-unit-file/directives.socket | 2 ++ test/fuzz/fuzz-unit-file/directives.swap | 2 ++ 6 files changed, 12 insertions(+) diff --git a/test/fuzz/fuzz-unit-file/directives.mount b/test/fuzz/fuzz-unit-file/directives.mount index fd82fc5348e..da33c99de35 100644 --- a/test/fuzz/fuzz-unit-file/directives.mount +++ b/test/fuzz/fuzz-unit-file/directives.mount @@ -1,7 +1,9 @@ mount [Mount] AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= AmbientCapabilities= AppArmorProfile= BPFProgram= diff --git a/test/fuzz/fuzz-unit-file/directives.scope b/test/fuzz/fuzz-unit-file/directives.scope index ab490833110..d8ea9fcfb54 100644 --- a/test/fuzz/fuzz-unit-file/directives.scope +++ b/test/fuzz/fuzz-unit-file/directives.scope @@ -1,7 +1,9 @@ scope [Scope] AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= BPFProgram= BlockIOAccounting= BlockIODeviceWeight= diff --git a/test/fuzz/fuzz-unit-file/directives.service b/test/fuzz/fuzz-unit-file/directives.service index 6a80bbcb2fe..7318c5f9d69 100644 --- a/test/fuzz/fuzz-unit-file/directives.service +++ b/test/fuzz/fuzz-unit-file/directives.service @@ -115,7 +115,9 @@ RequiredBy= WantedBy= [Service] AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= AmbientCapabilities= AppArmorProfile= BindPaths= diff --git a/test/fuzz/fuzz-unit-file/directives.slice b/test/fuzz/fuzz-unit-file/directives.slice index 17bd431db7d..1a209876987 100644 --- a/test/fuzz/fuzz-unit-file/directives.slice +++ b/test/fuzz/fuzz-unit-file/directives.slice @@ -1,7 +1,9 @@ slice [Slice] AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= BPFProgram= BlockIOAccounting= BlockIODeviceWeight= diff --git a/test/fuzz/fuzz-unit-file/directives.socket b/test/fuzz/fuzz-unit-file/directives.socket index 1a79a0dfd14..02b909f00d2 100644 --- a/test/fuzz/fuzz-unit-file/directives.socket +++ b/test/fuzz/fuzz-unit-file/directives.socket @@ -2,7 +2,9 @@ socket [Socket] Accept= AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= AmbientCapabilities= AppArmorProfile= BPFProgram= diff --git a/test/fuzz/fuzz-unit-file/directives.swap b/test/fuzz/fuzz-unit-file/directives.swap index 204e1725147..b7598fdf06f 100644 --- a/test/fuzz/fuzz-unit-file/directives.swap +++ b/test/fuzz/fuzz-unit-file/directives.swap @@ -1,7 +1,9 @@ swap [Swap] AllowedCPUs= +StartupAllowedCPUs= AllowedMemoryNodes= +StartupAllowedMemoryNodes= AmbientCapabilities= AppArmorProfile= BPFProgram= -- 2.47.3