Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-12592

zabbix agent doesn't start with selinux enforcing in box

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.4.0
    • Installation (I)
    • Team C
    • Sprint 15
    • 0

      zabbix_agentd -V
      zabbix_agentd (daemon) (Zabbix) 3.4.0
      Revision 71467 22 August 2017, compilation time: Aug 21 2017 09:37:32
      
      Copyright (C) 2017 Zabbix SIA
      License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
      This is free software: you are free to change and redistribute it according to
      the license. There is NO WARRANTY, to the extent permitted by law.
      

      audit2allow report:

      module delete_me 1.0;
      
      require {
      	type kernel_t;
              type devlog_t;
              type zabbix_agent_t;
              class sock_file write;
              class process setrlimit;
              class unix_dgram_socket { connect create sendto };
      }
      
      #============= zabbix_agent_t ==============
      allow zabbix_agent_t kernel_t:unix_dgram_socket sendto;
      allow zabbix_agent_t self:process setrlimit;
      allow zabbix_agent_t self:unix_dgram_socket { connect create };
      

            Unassigned Unassigned
            vladimirtiukhtin Vladimir Tiukhtin
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: