Commit f0504579 authored by Robert Haas's avatar Robert Haas

sepgsql: Minor improvement to test script, doc fix.

KaiGai Kohei
parent 0bf5c548
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
PG_BINDIR=`pg_config --bindir` PG_BINDIR=`pg_config --bindir`
# we must move to contrib/sepgsql directory to run pg_regress correctly
cd `dirname $0`
echo echo
echo "============== checking selinux environment ==============" echo "============== checking selinux environment =============="
......
...@@ -187,7 +187,7 @@ $ cd .../contrib/sepgsql ...@@ -187,7 +187,7 @@ $ cd .../contrib/sepgsql
$ make -f /usr/share/selinux/devel/Makefile $ make -f /usr/share/selinux/devel/Makefile
$ sudo semodule -u sepgsql-regtest.pp $ sudo semodule -u sepgsql-regtest.pp
$ sudo semodule -l | grep sepgsql $ sudo semodule -l | grep sepgsql
sepgsql-regtest 1.04 sepgsql-regtest 1.07
</screen> </screen>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment