diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-03-09 12:27:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-04-06 16:08:24 +0200 |
commit | 702a52f4b5d49cce11e2adbc740deb3b644e2de0 (patch) | |
tree | 2839e8881cd65cfd1ef03609f66e96c422ef3944 /meson_options.txt | |
parent | nsresourced: add client-side helpers around nsresourced APIs (diff) | |
download | systemd-702a52f4b5d49cce11e2adbc740deb3b644e2de0.tar.xz systemd-702a52f4b5d49cce11e2adbc740deb3b644e2de0.zip |
mountfsd: add new systemd-mountfsd component
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index b75f074600..41a524b0dc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') |