mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
sepgsql: Minor improvement to test script, doc fix.
KaiGai Kohei
This commit is contained in:
parent
0bf5c548d6
commit
f050457978
@ -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
|
|||||||
$ 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user