From 44c7efab0499644060c19868d4c431007e8cccaa Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Tue, 22 Sep 2020 22:55:59 -0500 Subject: [PATCH v1 5/8] distro agnostic --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 9961569afc..15417bf19d 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -88,7 +88,7 @@ Policy from config file: targeted 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. + libselinux-devel package is installed at build time. @@ -177,7 +177,7 @@ $ for DBNAME in template0 template1 postgres; do Makefile on your system; the path shown below is only an example. (This Makefile is usually supplied by the selinux-policy-devel or - selinux-policy RPM.) + selinux-policy package.) Once built, install this policy package using the semodule command, which loads supplied policy packages into the kernel. If the package is correctly installed, -- 2.17.0