]> git.ipfire.org Git - thirdparty/systemd.git/blob - meson_options.txt
sd-bus: let's better not invade stdio territory when duplicating fds
[thirdparty/systemd.git] / meson_options.txt
1 # -*- mode: meson -*-
2 # SPDX-License-Identifier: LGPL-2.1+
3 #
4 # Copyright 2017 Zbigniew Jędrzejewski-Szmek
5 #
6 # systemd is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU Lesser General Public License as published by
8 # the Free Software Foundation; either version 2.1 of the License, or
9 # (at your option) any later version.
10 #
11 # systemd is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public License
17 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
18
19 option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'],
20 description : '''/bin, /sbin aren't symlinks into /usr''')
21 option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
22 description : '''sbin is not a symlink to bin''')
23 option('rootlibdir', type : 'string',
24 description : '''[/usr]/lib/x86_64-linux-gnu or such''')
25 option('rootprefix', type : 'string',
26 description : '''override the root prefix''')
27 option('link-udev-shared', type : 'boolean',
28 description : 'link systemd-udev and its helpers to libsystemd-shared.so')
29
30 option('sysvinit-path', type : 'string', value : '/etc/init.d',
31 description : 'the directory where the SysV init scripts are located')
32 option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
33 description : 'the base directory for SysV rcN.d directories')
34 option('telinit-path', type : 'string', value : '/lib/sysvinit/telinit',
35 description : 'path to telinit')
36 option('rc-local', type : 'string',
37 value : '/etc/rc.local')
38 option('halt-local', type : 'string',
39 value : '/usr/sbin/halt.local')
40
41 option('quotaon-path', type : 'string', description : 'path to quotaon')
42 option('quotacheck-path', type : 'string', description : 'path to quotacheck')
43 option('kill-path', type : 'string', description : 'path to kill')
44 option('kmod-path', type : 'string', description : 'path to kmod')
45 option('kexec-path', type : 'string', description : 'path to kexec')
46 option('sulogin-path', type : 'string', description : 'path to sulogin')
47 option('mount-path', type : 'string', description : 'path to mount')
48 option('umount-path', type : 'string', description : 'path to umount')
49 option('loadkeys-path', type : 'string', description : 'path to loadkeys')
50 option('setfont-path', type : 'string', description : 'path to setfont')
51
52 option('debug-shell', type : 'string', value : '/bin/sh',
53 description : 'path to debug shell binary')
54 option('debug-tty', type : 'string', value : '/dev/tty9',
55 description : 'specify the tty device for debug shell')
56 option('debug', type : 'string',
57 description : 'enable extra debugging (hashmap,mmap-cache)')
58 option('memory-accounting-default', type : 'boolean',
59 description : 'enable MemoryAccounting= by default')
60
61 option('utmp', type : 'boolean',
62 description : 'support for utmp/wtmp log handling')
63 option('hibernate', type : 'boolean',
64 description : 'support for hibernation')
65 option('ldconfig', type : 'boolean',
66 description : 'support for dynamic linker cache creation')
67 option('resolve', type : 'boolean',
68 description : 'systemd-resolved stack')
69 option('efi', type : 'boolean',
70 description : 'enable systemd-boot and bootctl')
71 option('tpm', type : 'boolean',
72 description : 'TPM should be used to log events and extend the registers')
73 option('environment-d', type : 'boolean',
74 description : 'support for environment.d')
75 option('binfmt', type : 'boolean',
76 description : 'support for custom binary formats')
77 option('coredump', type : 'boolean',
78 description : 'install the coredump handler')
79 option('logind', type : 'boolean',
80 description : 'install the systemd-logind stack')
81 option('hostnamed', type : 'boolean',
82 description : 'install the systemd-hostnamed stack')
83 option('localed', type : 'boolean',
84 description : 'install the systemd-localed stack')
85 option('machined', type : 'boolean',
86 description : 'install the systemd-machined stack')
87 option('networkd', type : 'boolean',
88 description : 'install the systemd-networkd stack')
89 option('timedated', type : 'boolean',
90 description : 'install the systemd-timedated daemon')
91 option('timesyncd', type : 'boolean',
92 description : 'install the systemd-timesyncd daemon')
93 option('remote', type : 'combo', choices : ['auto', 'true', 'false'],
94 description : 'support for "journal over the network"')
95 option('myhostname', type : 'boolean',
96 description : 'nss-myhostname support')
97 option('firstboot', type : 'boolean',
98 description : 'support for firstboot mechanism')
99 option('randomseed', type : 'boolean',
100 description : 'support for restoring random seed')
101 option('backlight', type : 'boolean',
102 description : 'support for restoring backlight state')
103 option('vconsole', type : 'boolean',
104 description : 'support for vconsole configuration')
105 option('quotacheck', type : 'boolean',
106 description : 'support for the quotacheck tools')
107 option('sysusers', type : 'boolean',
108 description : 'support for the sysusers configuration')
109 option('tmpfiles', type : 'boolean',
110 description : 'support for tmpfiles.d')
111 option('importd', type : 'combo', choices : ['auto', 'true', 'false'],
112 description : 'install the systemd-importd daemon')
113 option('hwdb', type : 'boolean',
114 description : 'support for the hardware database')
115 option('rfkill', type : 'boolean',
116 description : 'support for the rfkill tools')
117 option('man', type : 'combo', choices : ['auto', 'true', 'false'],
118 description : 'build and install man pages')
119 option('html', type : 'combo', choices : ['auto', 'true', 'false'],
120 value : 'false',
121 description : 'build and install html pages')
122
123 option('certificate-root', type : 'string', value : '/etc/ssl',
124 description : 'the prefix for TLS certificates')
125 option('dbuspolicydir', type : 'string',
126 description : 'D-Bus policy directory')
127 option('dbussessionservicedir', type : 'string',
128 description : 'D-Bus session service directory')
129 option('dbussystemservicedir', type : 'string',
130 description : 'D-Bus system service directory')
131 option('pkgconfigdatadir', type : 'string', value : 'share/pkgconfig',
132 description : 'directory for ')
133 option('pkgconfiglibdir', type : 'string', value : '',
134 description : 'directory for ')
135 option('rpmmacrosdir', type : 'string', value : 'lib/rpm/macros.d',
136 description : 'directory for rpm macros ["no" disables]')
137 option('pamlibdir', type : 'string',
138 description : 'directory for PAM modules')
139 option('pamconfdir', type : 'string',
140 description : 'directory for PAM configuration ["no" disables]')
141 option('docdir', type : 'string',
142 description : 'documentation directory')
143
144 option('fallback-hostname', type : 'string', value : 'localhost',
145 description : 'the hostname used if none configured')
146 option('compat-gateway-hostname', type : 'boolean', value : 'false',
147 description : 'allow "gateway" as the symbolic name for default gateway')
148 option('default-hierarchy', type : 'combo',
149 choices : ['legacy', 'hybrid', 'unified'], value : 'hybrid',
150 description : 'default cgroup hierarchy')
151 option('time-epoch', type : 'string',
152 description : 'time epoch for time clients')
153 option('system-uid-max', type : 'string',
154 description : 'maximum system UID')
155 option('system-gid-max', type : 'string',
156 description : 'maximum system GID')
157 option('dynamic-uid-min', type : 'string',
158 description : 'minimum dynamic UID',
159 value : '61184') # That's → 0x0000EF00 in hex
160 option('dynamic-uid-max', type : 'string',
161 description : 'maximum dynamic UID',
162 value : '65519') # That's → 0x0000FFEF in hex
163 option('container-uid-base-min', type : 'string',
164 description : 'minimum container UID base',
165 value : '524288') # That's → 0x00080000 in hex
166 option('container-uid-base-max', type : 'string',
167 description : 'maximum container UID base',
168 value : '1878982656') # That's → 0x6FFF0000 in hex
169 option('tty-gid', type : 'string',
170 description : 'the numeric GID of the "tty" group',
171 value : '5')
172 option('users-gid', type : 'string',
173 description : 'the numeric GID of the "users" group')
174 option('adm-group', type : 'boolean',
175 description : 'the ACL for adm group should be added')
176 option('wheel-group', type : 'boolean',
177 description : 'the ACL for wheel group should be added')
178 option('nobody-user', type : 'string',
179 description : 'The name of the nobody user (the one with UID 65534)',
180 value : 'nobody')
181 option('nobody-group', type : 'string',
182 description : 'The name of the nobody group (the one with GID 65534)',
183 value : 'nobody')
184 option('dev-kvm-mode', type : 'string', value : '0666',
185 description : '/dev/kvm access mode')
186 option('group-render-mode', type : 'string', value : '0666',
187 description : 'Access mode for devices owned by render group (e.g. /dev/dri/renderD*, /dev/kfd).')
188 option('default-kill-user-processes', type : 'boolean',
189 description : 'the default value for KillUserProcesses= setting')
190 option('gshadow', type : 'boolean',
191 description : 'support for shadow group')
192
193 option('default-dnssec', type : 'combo',
194 description : 'default DNSSEC mode',
195 choices : ['yes', 'allow-downgrade', 'no'],
196 value : 'allow-downgrade')
197 option('dns-servers', type : 'string',
198 description : 'space-separated list of default DNS servers',
199 value : '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844')
200 option('ntp-servers', type : 'string',
201 description : 'space-separated list of default NTP servers',
202 value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
203 option('support-url', type : 'string',
204 description : 'the support URL to show in catalog entries included in systemd',
205 value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
206 option('www-target', type : 'string',
207 description : 'the address and dir to upload docs too',
208 value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
209
210 option('seccomp', type : 'combo', choices : ['auto', 'true', 'false'],
211 description : 'SECCOMP support')
212 option('selinux', type : 'combo', choices : ['auto', 'true', 'false'],
213 description : 'SELinux support')
214 option('apparmor', type : 'combo', choices : ['auto', 'true', 'false'],
215 description : 'AppArmor support')
216 option('smack', type : 'boolean',
217 description : 'SMACK support')
218 option('smack-run-label', type : 'string',
219 description : 'run systemd --system itself with a specific SMACK label')
220 option('polkit', type : 'combo', choices : ['auto', 'true', 'false'],
221 description : 'PolicyKit support')
222 option('ima', type : 'boolean',
223 description : 'IMA support')
224
225 option('acl', type : 'combo', choices : ['auto', 'true', 'false'],
226 description : 'libacl support')
227 option('audit', type : 'combo', choices : ['auto', 'true', 'false'],
228 description : 'libaudit support')
229 option('blkid', type : 'combo', choices : ['auto', 'true', 'false'],
230 description : 'libblkid support')
231 option('kmod', type : 'combo', choices : ['auto', 'true', 'false'],
232 description : 'support for loadable modules')
233 option('pam', type : 'combo', choices : ['auto', 'true', 'false'],
234 description : 'PAM support')
235 option('microhttpd', type : 'combo', choices : ['auto', 'true', 'false'],
236 description : 'libµhttpd support')
237 option('libcryptsetup', type : 'combo', choices : ['auto', 'true', 'false'],
238 description : 'libcryptsetup support')
239 option('libcurl', type : 'combo', choices : ['auto', 'true', 'false'],
240 description : 'libcurl support')
241 option('idn', type : 'boolean',
242 description : 'use IDN when printing host names')
243 option('libidn2', type : 'combo', choices : ['auto', 'true', 'false'],
244 description : 'libidn2 support')
245 option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],
246 description : 'libidn support')
247 option('nss-systemd', type : 'boolean',
248 description : 'enable nss-systemd')
249 option('libiptc', type : 'combo', choices : ['auto', 'true', 'false'],
250 description : 'libiptc support')
251 option('qrencode', type : 'combo', choices : ['auto', 'true', 'false'],
252 description : 'libqrencode support')
253 option('gcrypt', type : 'combo', choices : ['auto', 'true', 'false'],
254 description : 'gcrypt support')
255 option('gnutls', type : 'combo', choices : ['auto', 'true', 'false'],
256 description : 'gnutls support')
257 option('elfutils', type : 'combo', choices : ['auto', 'true', 'false'],
258 description : 'elfutils support')
259 option('zlib', type : 'combo', choices : ['auto', 'true', 'false'],
260 description : 'zlib compression support')
261 option('bzip2', type : 'combo', choices : ['auto', 'true', 'false'],
262 description : 'bzip2 compression support')
263 option('xz', type : 'combo', choices : ['auto', 'true', 'false'],
264 description : 'xz compression support')
265 option('lz4', type : 'combo', choices : ['auto', 'true', 'false'],
266 description : 'lz4 compression support')
267 option('xkbcommon', type : 'combo', choices : ['auto', 'true', 'false'],
268 description : 'xkbcommon keymap support')
269 option('pcre2', type : 'combo', choices : ['auto', 'true', 'false'],
270 description : 'regexp matching support using pcre2')
271 option('glib', type : 'combo', choices : ['auto', 'true', 'false'],
272 description : 'libglib support (for tests only)')
273 option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
274 description : 'libdbus support (for tests only)')
275
276 option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'],
277 description : 'gnu-efi support for sd-boot')
278 option('efi-cc', type : 'string', value : 'gcc',
279 description : 'the compiler to use for EFI modules')
280 option('efi-ld', type : 'string', value : 'ld',
281 description : 'the linker to use for EFI modules')
282 option('efi-libdir', type : 'string',
283 description : 'path to the EFI lib directory')
284 option('efi-ldsdir', type : 'string',
285 description : 'path to the EFI lds directory')
286 option('efi-includedir', type : 'string', value : '/usr/include/efi',
287 description : 'path to the EFI header directory')
288 option('tpm-pcrindex', type : 'string', value : '8',
289 description : 'TPM PCR register number to use')
290
291 option('bashcompletiondir', type : 'string',
292 description : 'directory for bash completion scripts ["no" disables]')
293 option('zshcompletiondir', type : 'string',
294 description : 'directory for zsh completion scripts ["no" disables]')
295
296 option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
297 description : 'enable extra tests with =unsafe')
298 option('slow-tests', type : 'boolean', value : 'false',
299 description : 'run the slow tests by default')
300 option('install-tests', type : 'boolean', value : 'false',
301 description : 'install test executables')
302
303 option('oss-fuzz', type : 'boolean', value : 'false',
304 description : 'build against oss-fuzz')
305 option('llvm-fuzz', type : 'boolean', value : 'false',
306 description : 'build against LLVM libFuzzer')