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