diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 350be3cc88..6d40c3f806 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -168,7 +168,7 @@ option('selinux', type : 'combo', choices : ['auto', 'true', 'false'], description : 'SELinux support') option('apparmor', type : 'combo', choices : ['auto', 'true', 'false'], description : 'AppArmor support') -option('smack', type : 'combo', choices : ['auto', 'true', 'false'], +option('smack', type : 'boolean', description : 'SMACK support') option('smack-run-label', type : 'string', description : 'run systemd --system itself with a specific SMACK label') |