/iwatch/iwatch.xml
http://github.com/brinkman83/bashrc · XML · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · f699231bd32a2bb544dffa5b60bea86c MD5 · raw file
- <?xml version="1.0" ?>
- <!DOCTYPE config SYSTEM "/etc/iwatch/iwatch.dtd" >
- <config>
- <guard email="root@localhost" name="IWatch"/>
- <watchlist>
- <title>Operating System</title>
- <contactpoint email="root@localhost" name="Administrator"/>
- <path type="single" syslog="on">/bin</path>
- <path type="single" syslog="on">/sbin</path>
- <path type="single">/etc</path>
- <path type="recursive">/lib</path>
- <path type="exception">/lib/modules</path>
- </watchlist>
- </config>