
semodule -i zabbix_agentd.pp
失敗する
semodule: link.c:840: alias_copy_callback: Assertion `base_type->primary == target_type->s.value' failed.
Aborted (core dumped)
- Oracle Linux Server リリース 6.5
- ポリシーコアユーティリティ.x86_64 2.0.83-30.1.0.2.el6_8
モジュールの内容は
module zabbix-agentd 1.0;
require {
type zabbix_agent_t;
class process setrlimit;
}
#============= zabbix_agent_t ==============
allow zabbix_agent_t self:process setrlimit;
エラーの原因と修正方法に関するヒントがあれば、ぜひ教えてください。ありがとうございます。