From: Joe Conway Date: Sun, 6 Sep 2015 18:25:36 +0000 (-0700) Subject: Adjust sepgsql regression output for recent error context change X-Git-Tag: REL9_6_BETA1~1403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03543afe1529b437e2f6861eab15f9d71debdba7;p=postgresql Adjust sepgsql regression output for recent error context change Recent commit 0426f349e changed handling of error context reports in such a way to have a minor effect on the sepgsql regression output. Adapt the expected output file to suit. Since that commit was HEAD only, so is this one. --- diff --git a/contrib/sepgsql/expected/label.out b/contrib/sepgsql/expected/label.out index c84aef7cd6..7af51897da 100644 --- a/contrib/sepgsql/expected/label.out +++ b/contrib/sepgsql/expected/label.out @@ -156,6 +156,7 @@ LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_re LOG: SELinux: allowed { entrypoint } scontext=unconfined_u:unconfined_r:sepgsql_regtest_user_t:s0 tcontext=system_u:object_r:sepgsql_trusted_proc_exec_t:s0 tclass=db_procedure name="function f3()" LOG: SELinux: allowed { transition } scontext=unconfined_u:unconfined_r:sepgsql_regtest_user_t:s0 tcontext=unconfined_u:unconfined_r:sepgsql_trusted_proc_t:s0 tclass=process ERROR: an exception from f3() +CONTEXT: PL/pgSQL function f3() line 2 at RAISE SELECT f4(); -- failed on domain transition LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_user_t:s0 tcontext=system_u:object_r:sepgsql_nosuch_trusted_proc_exec_t:s0 tclass=db_procedure name="public.f4()" LOG: SELinux: allowed { entrypoint } scontext=unconfined_u:unconfined_r:sepgsql_regtest_user_t:s0 tcontext=system_u:object_r:sepgsql_nosuch_trusted_proc_exec_t:s0 tclass=db_procedure name="function f4()"