]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/nspawn/nspawn-gperf.gperf
Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnat
[thirdparty/systemd.git] / src / nspawn / nspawn-gperf.gperf
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 %{
3 #if __GNUC__ >= 7
4 _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
5 #endif
6 #include <stddef.h>
7 #include "conf-parser.h"
8 #include "nspawn-settings.h"
9 #include "nspawn-expose-ports.h"
10 %}
11 struct ConfigPerfItem;
12 %null_strings
13 %language=ANSI-C
14 %define slot-name section_and_lvalue
15 %define hash-function-name nspawn_gperf_hash
16 %define lookup-function-name nspawn_gperf_lookup
17 %readonly-tables
18 %omit-struct-type
19 %struct-type
20 %includes
21 %%
22 Exec.Boot, config_parse_boot, 0, 0
23 Exec.Ephemeral, config_parse_bool, 0, offsetof(Settings, ephemeral)
24 Exec.ProcessTwo, config_parse_pid2, 0, 0
25 Exec.Parameters, config_parse_strv, 0, offsetof(Settings, parameters)
26 Exec.Environment, config_parse_strv, 0, offsetof(Settings, environment)
27 Exec.User, config_parse_string, 0, offsetof(Settings, user)
28 Exec.Capability, config_parse_capability, 0, offsetof(Settings, capability)
29 Exec.AmbientCapability, config_parse_capability, 0, offsetof(Settings, ambient_capability)
30 Exec.DropCapability, config_parse_capability, 0, offsetof(Settings, drop_capability)
31 Exec.KillSignal, config_parse_signal, 0, offsetof(Settings, kill_signal)
32 Exec.Personality, config_parse_personality, 0, offsetof(Settings, personality)
33 Exec.MachineID, config_parse_id128, 0, offsetof(Settings, machine_id)
34 Exec.WorkingDirectory, config_parse_path, 0, offsetof(Settings, working_directory)
35 Exec.PivotRoot, config_parse_pivot_root, 0, 0
36 Exec.PrivateUsers, config_parse_private_users, 0, 0
37 Exec.NotifyReady, config_parse_bool, 0, offsetof(Settings, notify_ready)
38 Exec.SystemCallFilter, config_parse_syscall_filter, 0, 0,
39 Exec.LimitCPU, config_parse_rlimit, RLIMIT_CPU, offsetof(Settings, rlimit)
40 Exec.LimitFSIZE, config_parse_rlimit, RLIMIT_FSIZE, offsetof(Settings, rlimit)
41 Exec.LimitDATA, config_parse_rlimit, RLIMIT_DATA, offsetof(Settings, rlimit)
42 Exec.LimitSTACK, config_parse_rlimit, RLIMIT_STACK, offsetof(Settings, rlimit)
43 Exec.LimitCORE, config_parse_rlimit, RLIMIT_CORE, offsetof(Settings, rlimit)
44 Exec.LimitRSS, config_parse_rlimit, RLIMIT_RSS, offsetof(Settings, rlimit)
45 Exec.LimitNOFILE, config_parse_rlimit, RLIMIT_NOFILE, offsetof(Settings, rlimit)
46 Exec.LimitAS, config_parse_rlimit, RLIMIT_AS, offsetof(Settings, rlimit)
47 Exec.LimitNPROC, config_parse_rlimit, RLIMIT_NPROC, offsetof(Settings, rlimit)
48 Exec.LimitMEMLOCK, config_parse_rlimit, RLIMIT_MEMLOCK, offsetof(Settings, rlimit)
49 Exec.LimitLOCKS, config_parse_rlimit, RLIMIT_LOCKS, offsetof(Settings, rlimit)
50 Exec.LimitSIGPENDING, config_parse_rlimit, RLIMIT_SIGPENDING, offsetof(Settings, rlimit)
51 Exec.LimitMSGQUEUE, config_parse_rlimit, RLIMIT_MSGQUEUE, offsetof(Settings, rlimit)
52 Exec.LimitNICE, config_parse_rlimit, RLIMIT_NICE, offsetof(Settings, rlimit)
53 Exec.LimitRTPRIO, config_parse_rlimit, RLIMIT_RTPRIO, offsetof(Settings, rlimit)
54 Exec.LimitRTTIME, config_parse_rlimit, RLIMIT_RTTIME, offsetof(Settings, rlimit)
55 Exec.Hostname, config_parse_hostname, 0, offsetof(Settings, hostname)
56 Exec.NoNewPrivileges, config_parse_tristate, 0, offsetof(Settings, no_new_privileges)
57 Exec.OOMScoreAdjust, config_parse_oom_score_adjust, 0, 0
58 Exec.CPUAffinity, config_parse_cpu_affinity, 0, 0
59 Exec.ResolvConf, config_parse_resolv_conf, 0, offsetof(Settings, resolv_conf)
60 Exec.LinkJournal, config_parse_link_journal, 0, 0
61 Exec.Timezone, config_parse_timezone, 0, offsetof(Settings, timezone)
62 Files.ReadOnly, config_parse_tristate, 0, offsetof(Settings, read_only)
63 Files.Volatile, config_parse_volatile_mode, 0, offsetof(Settings, volatile_mode)
64 Files.Bind, config_parse_bind, 0, 0
65 Files.BindReadOnly, config_parse_bind, 1, 0
66 Files.TemporaryFileSystem, config_parse_tmpfs, 0, 0
67 Files.Inaccessible, config_parse_inaccessible, 0, 0
68 Files.Overlay, config_parse_overlay, 0, 0
69 Files.OverlayReadOnly, config_parse_overlay, 1, 0
70 Files.PrivateUsersChown, config_parse_tristate, 0, offsetof(Settings, userns_chown)
71 Network.Private, config_parse_tristate, 0, offsetof(Settings, private_network)
72 Network.Interface, config_parse_strv, 0, offsetof(Settings, network_interfaces)
73 Network.MACVLAN, config_parse_strv, 0, offsetof(Settings, network_macvlan)
74 Network.IPVLAN, config_parse_strv, 0, offsetof(Settings, network_ipvlan)
75 Network.VirtualEthernet, config_parse_tristate, 0, offsetof(Settings, network_veth)
76 Network.VirtualEthernetExtra, config_parse_veth_extra, 0, 0
77 Network.Bridge, config_parse_ifname, 0, offsetof(Settings, network_bridge)
78 Network.Zone, config_parse_network_zone, 0, 0
79 Network.Port, config_parse_expose_port, 0, 0