Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d525d7

Browse files
committed
Adjust sepgsql expected output for681d9e4 et al.
Security:CVE-2023-2454
1 parentca73753 commit8d525d7

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)

[8]ページ先頭

©2009-2025 Movatter.jp