diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-02-27 14:28:10 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-27 20:20:44 +0100 |
commit | 532de87f74478c110e53057cad946f6b994ca249 (patch) | |
tree | d448976792c3a481a55efac0072ecd1772b8e182 /test/fuzz | |
parent | test: drop route from test-functions (diff) | |
download | systemd-532de87f74478c110e53057cad946f6b994ca249.tar.xz systemd-532de87f74478c110e53057cad946f6b994ca249.zip |
core: remove duplicate serialization of `cpu_sched_reset_on_fork`
`c->cpu_sched_reset_on_fork` is serialized using
`exec-context-cpu-sched-reset-on-fork` and
`exec-context-cpu-scheduling-reset-on-fork`. Let's keep only the second one, to
serialize the value only if `cpu_sched_set` is true.
Diffstat (limited to 'test/fuzz')
-rw-r--r-- | test/fuzz/fuzz-execute-serialize/initial | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzz/fuzz-execute-serialize/initial b/test/fuzz/fuzz-execute-serialize/initial index 403cf085a4..4d9103c3ab 100644 --- a/test/fuzz/fuzz-execute-serialize/initial +++ b/test/fuzz/fuzz-execute-serialize/initial @@ -31,7 +31,6 @@ exec-context-protect-home= exec-context-protect-system= exec-context-mount-api-vfs= exec-context-same-pgrp= -exec-context-cpu-sched-reset-on-fork= exec-context-non-blocking= exec-context-ignore-sigpipe= exec-context-memory-deny-write-execute= |