This file is indexed.

/usr/share/X11/xorg.conf.d/50-joystick.conf is in xserver-xorg-input-joystick 1:1.6.0-1build2.

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
Section "InputClass"
	Identifier "joystick catchall"
	MatchIsJoystick "on"
	MatchDevicePath "/dev/input/event*"
	Driver "joystick"
EndSection