This file is indexed.

/usr/share/doc/sysprofile/examples/etc/X11/xdm/Xsession.sample is in sysprofile 0.3.9.

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
10
11
12
13
14
#!/bin/sh
#
# $Xorg: Xsession,v 1.4 2000/08/17 19:54:17 cpqbld Exp $
#
#
#
#
# $XFree86: xc/programs/xdm/config/Xsession,v 1.2 1998/01/11 03:48:32 dawes Exp $

# Run /etc/sysprofile before invoking /etc/X11/Xsession
if [ -f /etc/sysprofile ]; then . /etc/sysprofile; fi

# invoke global X session script
. /etc/X11/Xsession