在aide.conf中,可以将AIDE数据库存储在SQL数据库中的表结构有两种选择:plain和hashed。
示例配置:
database=file:/path/to/aide.db
database_out=sql
db_allow_plain=yes
示例配置:
database=file:/path/to/aide.db
database_out=sql
db_allow_hashed=yes
需要注意的是,存储AIDE数据库在SQL数据库中需要安装相应的数据库驱动和配置数据库连接信息。具体的配置和使用方法可以参考AIDE的官方文档或相关教程。