X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=meson_options.txt;h=f0c0506ff1b994652826eae3dacd32e27375a936;hb=f581267a021546daa0c8c9aec2c1a3107964c118;hp=8c03b0c6dec292453c117eb3ada32c270d042937;hpb=84786b8e322f916b78aeb81f409ea3500dd49143;p=thirdparty%2Fsystemd.git diff --git a/meson_options.txt b/meson_options.txt index 8c03b0c6dec..f0c0506ff1b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -147,6 +147,18 @@ option('system-uid-max', type : 'string', description : 'maximum system UID') option('system-gid-max', type : 'string', description : 'maximum system GID') +option('dynamic-uid-min', type : 'string', + description : 'minimum dynamic UID', + value : '61184') # That's → 0x0000EF00 in hex +option('dynamic-uid-max', type : 'string', + description : 'maximum dynamic UID', + value : '65519') # That's → 0x0000FFEF in hex +option('container-uid-base-min', type : 'string', + description : 'minimum container UID base', + value : '524288') # That's → 0x00080000 in hex +option('container-uid-base-max', type : 'string', + description : 'maximum container UID base', + value : '1878982656') # That's → 0x6FFF0000 in hex option('tty-gid', type : 'string', description : 'the numeric GID of the "tty" group', value : '5')