]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/load-fragment-gperf.gperf.m4
Use correct config parser for MountAPIVFS (#18501)
[thirdparty/systemd.git] / src / core / load-fragment-gperf.gperf.m4
index 81f4561a572221d001542cc67bd8472c04b5269d..be07c7604cc7d2d2e53cbc04f4d687615679ff1b 100644 (file)
@@ -139,7 +139,7 @@ $1.PrivateMounts,                        config_parse_bool,
 $1.ProtectSystem,                        config_parse_protect_system,                 0,                                  offsetof($1, exec_context.protect_system)
 $1.ProtectHome,                          config_parse_protect_home,                   0,                                  offsetof($1, exec_context.protect_home)
 $1.MountFlags,                           config_parse_exec_mount_flags,               0,                                  offsetof($1, exec_context.mount_flags)
-$1.MountAPIVFS,                          config_parse_bool,                           0,                                  offsetof($1, exec_context.mount_apivfs)
+$1.MountAPIVFS,                          config_parse_exec_mount_apivfs,              0,                                  offsetof($1, exec_context)
 $1.Personality,                          config_parse_personality,                    0,                                  offsetof($1, exec_context.personality)
 $1.RuntimeDirectoryPreserve,             config_parse_runtime_preserve_mode,          0,                                  offsetof($1, exec_context.runtime_directory_preserve_mode)
 $1.RuntimeDirectoryMode,                 config_parse_mode,                           0,                                  offsetof($1, exec_context.directories[EXEC_DIRECTORY_RUNTIME].mode)