]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
mountfsd: add new systemd-mountfsd component
[thirdparty/systemd.git] / meson_options.txt
index b75f0746006d9dda50b4969e478b6511b2f6f979..41a524b0dcb5fd2552d0e555fb93a6ee6eed07b4 100644 (file)
@@ -124,6 +124,8 @@ option('portabled', type : 'boolean',
        description : 'install the systemd-portabled stack')
 option('sysext', type : 'boolean',
        description : 'install the systemd-sysext stack')
+option('mountfsd', type : 'boolean',
+       description : 'install the systemd-mountfsd stack')
 option('userdb', type : 'boolean',
        description : 'install the systemd-userdbd stack')
 option('homed', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
@@ -528,3 +530,6 @@ option('vmlinux-h', type : 'combo', choices : ['auto', 'provided', 'generated',
        description : 'which vmlinux.h to use')
 option('vmlinux-h-path', type : 'string', value : '',
        description : 'path to vmlinux.h to use')
+
+option('default-mountfsd-trusted-directories', type : 'boolean', value: false,
+       description : 'controls whether mountfsd should apply a relaxed policy on DDIs in system DDI directories')