From: Peter Morrow Date: Tue, 14 Sep 2021 18:31:07 +0000 (+0100) Subject: fuzz: add StartupAllowedCPUs and StartupAllowedMemoryNodes to directives X-Git-Tag: v250-rc1~675^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20742%2Fhead;p=thirdparty%2Fsystemd.git fuzz: add StartupAllowedCPUs and StartupAllowedMemoryNodes to directives Signed-off-by: Peter Morrow --- 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=