This file is indexed.

/usr/share/python/runtime.d/glusterfs-common.rtupdate is in glusterfs-common 3.8.8-1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	pyclean -p glusterfs-common /usr/lib/x86_64-linux-gnu/glusterfs/3.8.8/xlator/features/glupy
	pycompile -p glusterfs-common  /usr/lib/x86_64-linux-gnu/glusterfs/3.8.8/xlator/features/glupy
fi

if [ "$1" = rtupdate ]; then
	pyclean -p glusterfs-common /usr/lib/x86_64-linux-gnu/glusterfs/python/syncdaemon
	pycompile -p glusterfs-common  /usr/lib/x86_64-linux-gnu/glusterfs/python/syncdaemon
fi

if [ "$1" = rtupdate ]; then
	pyclean -p glusterfs-common /usr/lib/x86_64-linux-gnu/glusterfs/glusterfind
	pycompile -p glusterfs-common  /usr/lib/x86_64-linux-gnu/glusterfs/glusterfind
fi