This file is indexed.

/usr/lib/one/sunstone/config.ru is in opennebula-sunstone 4.12.3+dfsg-3.1build1.

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
# If you are using self contained installation set this variable to the
# install location
#ENV['ONE_LOCATION']='/path/to/OpenNebula/install'

WITH_RACKUP=true

$: << '.'
require 'sunstone-server'

run Sinatra::Application