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