This file is indexed.

/etc/apt/apt.conf.d/99-edu-prefer-iceweasel is in debian-edu-config 1.702.

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
// We prefer iceweasel over other alternatives
DPkg
{
Post-Invoke {
"x=/usr/bin/iceweasel;[ -x $x ]&&/usr/sbin/update-alternatives --set x-www-browser $x||true";
};
};