/iwatch/iwatch.xml

http://github.com/brinkman83/bashrc · XML · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · f699231bd32a2bb544dffa5b60bea86c MD5 · raw file

  1. <?xml version="1.0" ?>
  2. <!DOCTYPE config SYSTEM "/etc/iwatch/iwatch.dtd" >
  3. <config>
  4. <guard email="root@localhost" name="IWatch"/>
  5. <watchlist>
  6. <title>Operating System</title>
  7. <contactpoint email="root@localhost" name="Administrator"/>
  8. <path type="single" syslog="on">/bin</path>
  9. <path type="single" syslog="on">/sbin</path>
  10. <path type="single">/etc</path>
  11. <path type="recursive">/lib</path>
  12. <path type="exception">/lib/modules</path>
  13. </watchlist>
  14. </config>