On 7 April 2018 at 09:03, Andres Freund <and...@anarazel.de> wrote: > There's also > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2018-04-06%2020%3A45%3A01 > *** > /opt/src/pgsql-git/build-farm-root/HEAD/pgsql.build/contrib/sepgsql/expected/misc.out > 2018-02-20 18:45:02.068665297 -0800 > --- > /opt/src/pgsql-git/build-farm-root/HEAD/pgsql.build/contrib/sepgsql/results/misc.out > 2018-04-06 13:55:50.718253850 -0700 > *************** > *** 32,40 **** > (6 rows) > > SELECT * FROM t1p WHERE o > 50 AND p like '%64%'; > - LOG: SELinux: allowed { execute } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure > name="pg_catalog.int4le(integer,integer)" > - LOG: SELinux: allowed { execute } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure > name="pg_catalog.int4le(integer,integer)" > - LOG: SELinux: allowed { execute } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure > name="pg_catalog.int4le(integer,integer)" > LOG: SELinux: allowed { select } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=unconfined_u:object_r:sepgsql_table_t:s0 tclass=db_table > name="public.t1p" > LOG: SELinux: allowed { select } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=unconfined_u:object_r:sepgsql_table_t:s0 tclass=db_column > name="table t1p column o" > LOG: SELinux: allowed { select } > scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0-s0:c0.c255 > tcontext=unconfined_u:object_r:sepgsql_table_t:s0 tclass=db_column > name="table t1p column p" > --- 32,37 ---- > > seems you just need to remove those rows from the expected file.
Agreed. Patch attached. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
part_prune_sepgsql_fix.patch
Description: Binary data