File: iwatch.xml

package info (click to toggle)
iwatch 0.2.2-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: perl: 944; sh: 84; xml: 28; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" ?>
<!DOCTYPE config SYSTEM "/etc/iwatch/iwatch.dtd" >

<config charset="utf-8">
  <guard email="iwatch@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>