This file is indexed.

/etc/libvirt/nwfilter/no-arp-ip-spoofing.xml is in libvirt-bin 1.3.1-1ubuntu10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<filter name='no-arp-ip-spoofing' chain='arp-ip' priority='-510'>
  <!-- no arp spoofing -->
  <!-- drop if ipaddr does not belong to guest -->
  <rule action='return' direction='out' priority='400' >
    <arp match='yes' arpsrcipaddr='$IP' />
  </rule>
  <!-- drop everything else -->
  <rule action='drop' direction='out' priority='1000' />
</filter>