8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf5c54 commit f050457Copy full SHA for f050457
contrib/sepgsql/test_sepgsql
@@ -14,6 +14,9 @@
14
15
PG_BINDIR=`pg_config --bindir`
16
17
+# we must move to contrib/sepgsql directory to run pg_regress correctly
18
+cd `dirname $0`
19
+
20
echo
21
echo "============== checking selinux environment =============="
22
doc/src/sgml/sepgsql.sgml
@@ -187,7 +187,7 @@ $ cd .../contrib/sepgsql
187
$ make -f /usr/share/selinux/devel/Makefile
188
$ sudo semodule -u sepgsql-regtest.pp
189
$ sudo semodule -l | grep sepgsql
190
-sepgsql-regtest 1.04
+sepgsql-regtest 1.07
191
</screen>
192
193
<para>
0 commit comments