8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:03:03 +01:00

Correction: disallow updates in RDB$USER_PRIVILEGES.

This commit is contained in:
Adriano dos Santos Fernandes 2024-08-03 15:38:04 -03:00
parent 19823f8e59
commit 31780d5054

View File

@ -3363,6 +3363,7 @@ bool VIO_modify(thread_db* tdbb, record_param* org_rpb, record_param* new_rpb, j
case rel_roles:
case rel_ccon:
case rel_pub_tables:
case rel_priv:
protect_system_table_delupd(tdbb, relation, "UPDATE");
break;