Previously --with-selinux was documented only in the in the sepgsql
documentation and there was no corresponding documentation for meson. There
are further improvements that could be made, but this change seems worthwhile
even on its own.
Reviewed-by: Peter Eisentraut
Reported-by: Christoph Berg
Discussion: https://postgr.es/m/
20231103163848 [email protected]
+
+ --with-selinux
+
+ Build with SElinux support, enabling the
+ extension.
+
+
+
+
+
+
+ -Dselinux={ auto | enabled | disabled }
+
+ Build with SElinux support, enabling the
+ extension. Defaults to auto.
+
+
+
+
- To build this module, include the option --with-selinux in
- your PostgreSQL configure command. Be sure that the
- libselinux-devel RPM is installed at build time.
+ To build this module specify
+ linkend="configure-option-with-sepgsql"/> (when using
+ linkend="install-make">make and autoconf ) or
+ linkend="configure-with-sepgsql-meson"/> (when using
+ linkend="install-meson">meson).
+
+ Be sure that the libselinux-devel RPM is installed at
+ build time.