Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8d525d7

Browse files
committed
Adjust sepgsql expected output for 681d9e4 et al.
Security: CVE-2023-2454
1 parent ca73753 commit 8d525d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/sepgsql/expected/ddl.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_reg
2424
CREATE USER regress_sepgsql_test_user;
2525
CREATE SCHEMA regtest_schema;
2626
LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=unconfined_u:object_r:sepgsql_schema_t:s0 tclass=db_schema name="regtest_schema" permissive=0
27-
LOG: SELinux: allowed { search } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_schema_t:s0 tclass=db_schema name="public" permissive=0
2827
GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
2928
SET search_path = regtest_schema, public;
3029
CREATE TABLE regtest_table (x serial primary key, y text);

0 commit comments

Comments
 (0)