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