Enable protected tables plugin [New in Security Center 1.3]
Use the com.glide.security.protected_table.enabled property to prevent higher privilege users from tampering with log tables.
When the com.glide.security.protected_table.enabled property is set to true, the protected tables plugin will be used to prevent higher privilege users on an instance from tampering with log tables. The following log tables have special protections when this property is set to true:
- syslog (No DB Override)
- syslog_transaction
- sys_outbound_http_log
- sysevent
- sys_audit
- sys_push_notification
- protected_table_configuration (No DB Override)
The integrity of logs is important for determining malicious activity on an instance by a customer admin.
More information
| Attribute | Description |
|---|---|
| Configuration name | com.glide.security.protected_table.enabled |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | boolean |
| Recommended value | true |
| Default value | false |
| Category | Error handling and logging |
| Security risk |
|
| Dependencies and prerequisites | None |
| References | System logs |