summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2019-07-17 17:13:15 +0000
committerTom Lane2019-07-17 17:13:15 +0000
commit860c095fd548cd25586e4273e9b489082b4ffa13 (patch)
treec39cf716b0c5d5248284f05042e456e63bd4e49c
parent82c8a3c52adfd993b72289bfa8739f97216a06df (diff)
Doc: explain where to find Makefile used to build sepgsql-regtest.pp.
At least on Fedora and RHEL, it's not in the same RPM that's needed for building sepgsql itself. Today is the second or third time I've had to rediscover how to install that, so let's document it this time.
-rw-r--r--doc/src/sgml/sepgsql.sgml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml
index f8c99e1b00..658599306a 100644
--- a/doc/src/sgml/sepgsql.sgml
+++ b/doc/src/sgml/sepgsql.sgml
@@ -175,6 +175,9 @@ $ for DBNAME in template0 template1 postgres; do
<command>make</command> with a Makefile supplied by SELinux.
You will need to locate the appropriate
Makefile on your system; the path shown below is only an example.
+ (This Makefile is usually supplied by the
+ <filename>selinux-policy-devel</filename> or
+ <filename>selinux-policy</filename> RPM.)
Once built, install this policy package using the
<command>semodule</command> command, which loads supplied policy packages
into the kernel. If the package is correctly installed,