Codebase list libvirt / bf0ec4f
rules: Fix spelling for selinux_mount option It was not adapted correctly during the switch to Meson. Gbp-Dch: Ignore Andrea Bolognani 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4343 WITH_FIREWALLD = -Dfirewalld=enabled
4444 WITH_ATTR = -Dattr=enabled
4545 WITH_AUDIT = -Daudit=enabled
46 WITH_SELINUX = -Dselinux=enabled -Dsecdriver_selinux=enabled -Dselinux-mount=/sys/fs/selinux
46 WITH_SELINUX = -Dselinux=enabled -Dsecdriver_selinux=enabled -Dselinux_mount=/sys/fs/selinux
4747 WITH_APPARMOR = -Dapparmor=enabled -Dsecdriver_apparmor=enabled -Dapparmor_profiles=true
4848 WITH_NSS_PLUGIN = -Dnss=enabled
4949 WITH_DTRACE = -Ddtrace=enabled
7373 WITH_FIREWALLD = -Dfirewalld=disabled
7474 WITH_ATTR = -Dattr=disabled
7575 WITH_AUDIT = -Daudit=disabled
76 WITH_SELINUX = -Dselinux=disabled -Dsecdriver_selinux=disabled -Dselinux-mount=
76 WITH_SELINUX = -Dselinux=disabled -Dsecdriver_selinux=disabled -Dselinux_mount=
7777 WITH_APPARMOR = -Dapparmor=disabled -Dsecdriver_apparmor=disabled -Dapparmor_profiles=false
7878 WITH_NSS_PLUGIN = -Dnss=disabled
7979 WITH_DTRACE = -Ddtrace=disabled