This file is indexed.

/usr/share/pyshared/firmware_addon_dell/__init__.py is in firmware-addon-dell 2.2.9-0ubuntu2.

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
import os

def mkselfrelpath(*args):
    return os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), *args))

__VERSION__="2.2.9"
PKGLIBEXECDIR="/usr/lib/i386-linux-gnu/firmware-addon-dell"