]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/load-fragment.h
tree-wide: hook up image dissection policy logic everywhere
[thirdparty/systemd.git] / src / core / load-fragment.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
c2f1db8f 2#pragma once
3efd4195 3
a2106925 4#include "conf-parser.h"
87f0e418 5#include "unit.h"
3efd4195 6
88022148
DDM
7/* These functions are declared in the header to make them accessible to unit tests. */
8bool contains_instance_specifier_superset(const char *s);
9int unit_is_likely_recursive_template_dependency(Unit *u, const char *name, const char *format);
10
a07a7324
FS
11/* Config-parsing helpers relevant only for sources under src/core/ */
12int parse_crash_chvt(const char *value, int *data);
13int parse_confirm_spawn(const char *value, char **console);
14
3efd4195
LP
15/* Read service data from .desktop file style configuration fragments */
16
e537352b
LP
17int unit_load_fragment(Unit *u);
18
19void unit_dump_config_items(FILE *f);
3efd4195 20
a2106925
LP
21CONFIG_PARSER_PROTOTYPE(config_parse_unit_deps);
22CONFIG_PARSER_PROTOTYPE(config_parse_obsolete_unit_deps);
23CONFIG_PARSER_PROTOTYPE(config_parse_unit_string_printf);
24CONFIG_PARSER_PROTOTYPE(config_parse_unit_strv_printf);
25CONFIG_PARSER_PROTOTYPE(config_parse_unit_path_printf);
8c35c10d 26CONFIG_PARSER_PROTOTYPE(config_parse_colon_separated_paths);
a2106925
LP
27CONFIG_PARSER_PROTOTYPE(config_parse_unit_path_strv_printf);
28CONFIG_PARSER_PROTOTYPE(config_parse_documentation);
29CONFIG_PARSER_PROTOTYPE(config_parse_socket_listen);
30CONFIG_PARSER_PROTOTYPE(config_parse_socket_protocol);
31CONFIG_PARSER_PROTOTYPE(config_parse_socket_bind);
32CONFIG_PARSER_PROTOTYPE(config_parse_exec_nice);
33CONFIG_PARSER_PROTOTYPE(config_parse_exec_oom_score_adjust);
ad21e542 34CONFIG_PARSER_PROTOTYPE(config_parse_exec_coredump_filter);
a2106925
LP
35CONFIG_PARSER_PROTOTYPE(config_parse_exec);
36CONFIG_PARSER_PROTOTYPE(config_parse_service_timeout);
dc653bf4 37CONFIG_PARSER_PROTOTYPE(config_parse_service_timeout_abort);
bf760801 38CONFIG_PARSER_PROTOTYPE(config_parse_service_timeout_failure_mode);
a2106925 39CONFIG_PARSER_PROTOTYPE(config_parse_service_type);
596e4470 40CONFIG_PARSER_PROTOTYPE(config_parse_service_exit_type);
a2106925
LP
41CONFIG_PARSER_PROTOTYPE(config_parse_service_restart);
42CONFIG_PARSER_PROTOTYPE(config_parse_socket_bindtodevice);
43CONFIG_PARSER_PROTOTYPE(config_parse_exec_output);
44CONFIG_PARSER_PROTOTYPE(config_parse_exec_input);
45CONFIG_PARSER_PROTOTYPE(config_parse_exec_input_text);
46CONFIG_PARSER_PROTOTYPE(config_parse_exec_input_data);
47CONFIG_PARSER_PROTOTYPE(config_parse_exec_io_class);
48CONFIG_PARSER_PROTOTYPE(config_parse_exec_io_priority);
49CONFIG_PARSER_PROTOTYPE(config_parse_exec_cpu_sched_policy);
50CONFIG_PARSER_PROTOTYPE(config_parse_exec_cpu_sched_prio);
51CONFIG_PARSER_PROTOTYPE(config_parse_exec_cpu_affinity);
5e98086d 52CONFIG_PARSER_PROTOTYPE(config_parse_exec_mount_apivfs);
a2106925 53CONFIG_PARSER_PROTOTYPE(config_parse_exec_secure_bits);
18d73705 54CONFIG_PARSER_PROTOTYPE(config_parse_root_image_options);
84be0c71 55CONFIG_PARSER_PROTOTYPE(config_parse_image_policy);
0389f4fa 56CONFIG_PARSER_PROTOTYPE(config_parse_exec_root_hash);
d4d55b0d 57CONFIG_PARSER_PROTOTYPE(config_parse_exec_root_hash_sig);
a2106925 58CONFIG_PARSER_PROTOTYPE(config_parse_capability_set);
874cdcbc 59CONFIG_PARSER_PROTOTYPE(config_parse_exec_mount_propagation_flag);
a2106925
LP
60CONFIG_PARSER_PROTOTYPE(config_parse_timer);
61CONFIG_PARSER_PROTOTYPE(config_parse_trigger_unit);
62CONFIG_PARSER_PROTOTYPE(config_parse_path_spec);
63CONFIG_PARSER_PROTOTYPE(config_parse_socket_service);
64CONFIG_PARSER_PROTOTYPE(config_parse_service_sockets);
65CONFIG_PARSER_PROTOTYPE(config_parse_unit_env_file);
66CONFIG_PARSER_PROTOTYPE(config_parse_ip_tos);
67CONFIG_PARSER_PROTOTYPE(config_parse_unit_condition_path);
68CONFIG_PARSER_PROTOTYPE(config_parse_unit_condition_string);
a2106925
LP
69CONFIG_PARSER_PROTOTYPE(config_parse_kill_mode);
70CONFIG_PARSER_PROTOTYPE(config_parse_notify_access);
71CONFIG_PARSER_PROTOTYPE(config_parse_emergency_action);
72CONFIG_PARSER_PROTOTYPE(config_parse_unit_requires_mounts_for);
73CONFIG_PARSER_PROTOTYPE(config_parse_syscall_filter);
74CONFIG_PARSER_PROTOTYPE(config_parse_syscall_archs);
75CONFIG_PARSER_PROTOTYPE(config_parse_syscall_errno);
9df2cdd8 76CONFIG_PARSER_PROTOTYPE(config_parse_syscall_log);
a2106925
LP
77CONFIG_PARSER_PROTOTYPE(config_parse_environ);
78CONFIG_PARSER_PROTOTYPE(config_parse_pass_environ);
79CONFIG_PARSER_PROTOTYPE(config_parse_unset_environ);
80CONFIG_PARSER_PROTOTYPE(config_parse_unit_slice);
984faf29 81CONFIG_PARSER_PROTOTYPE(config_parse_cg_weight);
c8340822 82CONFIG_PARSER_PROTOTYPE(config_parse_cg_cpu_weight);
a2106925
LP
83CONFIG_PARSER_PROTOTYPE(config_parse_cpu_shares);
84CONFIG_PARSER_PROTOTYPE(config_parse_memory_limit);
85CONFIG_PARSER_PROTOTYPE(config_parse_tasks_max);
86CONFIG_PARSER_PROTOTYPE(config_parse_delegate);
4d824a4e
AZ
87CONFIG_PARSER_PROTOTYPE(config_parse_managed_oom_mode);
88CONFIG_PARSER_PROTOTYPE(config_parse_managed_oom_mem_pressure_limit);
4e806bfa 89CONFIG_PARSER_PROTOTYPE(config_parse_managed_oom_preference);
a2106925
LP
90CONFIG_PARSER_PROTOTYPE(config_parse_device_policy);
91CONFIG_PARSER_PROTOTYPE(config_parse_device_allow);
6ae4283c 92CONFIG_PARSER_PROTOTYPE(config_parse_io_device_latency);
a2106925
LP
93CONFIG_PARSER_PROTOTYPE(config_parse_io_device_weight);
94CONFIG_PARSER_PROTOTYPE(config_parse_io_limit);
95CONFIG_PARSER_PROTOTYPE(config_parse_blockio_weight);
96CONFIG_PARSER_PROTOTYPE(config_parse_blockio_device_weight);
97CONFIG_PARSER_PROTOTYPE(config_parse_blockio_bandwidth);
a2106925
LP
98CONFIG_PARSER_PROTOTYPE(config_parse_job_mode);
99CONFIG_PARSER_PROTOTYPE(config_parse_job_mode_isolate);
100CONFIG_PARSER_PROTOTYPE(config_parse_exec_selinux_context);
101CONFIG_PARSER_PROTOTYPE(config_parse_exec_apparmor_profile);
102CONFIG_PARSER_PROTOTYPE(config_parse_exec_smack_process_label);
103CONFIG_PARSER_PROTOTYPE(config_parse_address_families);
104CONFIG_PARSER_PROTOTYPE(config_parse_runtime_preserve_mode);
105CONFIG_PARSER_PROTOTYPE(config_parse_exec_directories);
bb0c0d6f
LP
106CONFIG_PARSER_PROTOTYPE(config_parse_set_credential);
107CONFIG_PARSER_PROTOTYPE(config_parse_load_credential);
a2106925
LP
108CONFIG_PARSER_PROTOTYPE(config_parse_set_status);
109CONFIG_PARSER_PROTOTYPE(config_parse_namespace_path_strv);
110CONFIG_PARSER_PROTOTYPE(config_parse_temporary_filesystems);
a2106925 111CONFIG_PARSER_PROTOTYPE(config_parse_cpu_quota);
31d3a520 112CONFIG_PARSER_PROTOTYPE(config_parse_allowed_cpuset);
a2106925
LP
113CONFIG_PARSER_PROTOTYPE(config_parse_protect_home);
114CONFIG_PARSER_PROTOTYPE(config_parse_protect_system);
115CONFIG_PARSER_PROTOTYPE(config_parse_bus_name);
116CONFIG_PARSER_PROTOTYPE(config_parse_exec_utmp_mode);
117CONFIG_PARSER_PROTOTYPE(config_parse_working_directory);
118CONFIG_PARSER_PROTOTYPE(config_parse_fdname);
ae480f0b
ZJS
119CONFIG_PARSER_PROTOTYPE(config_parse_user_group_compat);
120CONFIG_PARSER_PROTOTYPE(config_parse_user_group_strv_compat);
a2106925 121CONFIG_PARSER_PROTOTYPE(config_parse_restrict_namespaces);
e59ccd03 122CONFIG_PARSER_PROTOTYPE(config_parse_restrict_filesystems);
a2106925
LP
123CONFIG_PARSER_PROTOTYPE(config_parse_bind_paths);
124CONFIG_PARSER_PROTOTYPE(config_parse_exec_keyring_mode);
4e399953
LP
125CONFIG_PARSER_PROTOTYPE(config_parse_protect_proc);
126CONFIG_PARSER_PROTOTYPE(config_parse_proc_subset);
a2106925
LP
127CONFIG_PARSER_PROTOTYPE(config_parse_job_timeout_sec);
128CONFIG_PARSER_PROTOTYPE(config_parse_job_running_timeout_sec);
129CONFIG_PARSER_PROTOTYPE(config_parse_log_extra_fields);
91dd5f7c 130CONFIG_PARSER_PROTOTYPE(config_parse_log_namespace);
a2106925 131CONFIG_PARSER_PROTOTYPE(config_parse_collect_mode);
a9353a5c 132CONFIG_PARSER_PROTOTYPE(config_parse_pid_file);
7af67e9a 133CONFIG_PARSER_PROTOTYPE(config_parse_exit_status);
c72703e2 134CONFIG_PARSER_PROTOTYPE(config_parse_disable_controllers);
afcfaa69 135CONFIG_PARSER_PROTOTYPE(config_parse_oom_policy);
b070c7c0
MS
136CONFIG_PARSER_PROTOTYPE(config_parse_numa_policy);
137CONFIG_PARSER_PROTOTYPE(config_parse_numa_mask);
fab34748 138CONFIG_PARSER_PROTOTYPE(config_parse_ip_filter_bpf_progs);
a07a7324
FS
139CONFIG_PARSER_PROTOTYPE(config_parse_cpu_affinity2);
140CONFIG_PARSER_PROTOTYPE(config_parse_show_status);
6327aa9f 141CONFIG_PARSER_PROTOTYPE(config_parse_status_unit_format);
a07a7324
FS
142CONFIG_PARSER_PROTOTYPE(config_parse_output_restricted);
143CONFIG_PARSER_PROTOTYPE(config_parse_crash_chvt);
144CONFIG_PARSER_PROTOTYPE(config_parse_timeout_abort);
eb34a981 145CONFIG_PARSER_PROTOTYPE(config_parse_swap_priority);
b3d13314 146CONFIG_PARSER_PROTOTYPE(config_parse_mount_images);
9b191525 147CONFIG_PARSER_PROTOTYPE(config_parse_socket_timestamping);
93f59701 148CONFIG_PARSER_PROTOTYPE(config_parse_extension_images);
0879da98 149CONFIG_PARSER_PROTOTYPE(config_parse_bpf_foreign_program);
8dd210ab 150CONFIG_PARSER_PROTOTYPE(config_parse_cgroup_socket_bind);
4f0c25c7 151CONFIG_PARSER_PROTOTYPE(config_parse_restrict_network_interfaces);
8a85c5b6 152CONFIG_PARSER_PROTOTYPE(config_parse_watchdog_sec);
51462135 153CONFIG_PARSER_PROTOTYPE(config_parse_tty_size);
523ea123 154CONFIG_PARSER_PROTOTYPE(config_parse_log_filter_patterns);
cd48e23f 155CONFIG_PARSER_PROTOTYPE(config_parse_open_file);
054749e4 156CONFIG_PARSER_PROTOTYPE(config_parse_memory_pressure_watch);
f975e971
LP
157
158/* gperf prototypes */
c9f7b4d3 159const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, GPERF_LEN_TYPE length);
f975e971 160extern const char load_fragment_gperf_nulstr[];