This file is indexed.

/usr/share/oar/oar-api/api_html_postform_resources.pl is in oar-restful-api 2.5.6-2ubuntu1.

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
15
16
$POSTFORM="
<FORM METHOD=post ACTION=$apiuri/resources/generate.html>
<TABLE>
<CAPTION>Resources generation</CAPTION>
<TR>
  <TD>Resources</TD>
  <TD><INPUT TYPE=text SIZE=40 NAME=resources VALUE=\"/nodes=node-{2}/cpu={2}/core={2}\"></TD>
</TR><TR>
  <TD>Properties</TD>
  <TD><INPUT TYPE=text SIZE=40 NAME=properties VALUE=\"besteffort=YES\">(commas separated)</TD>
</TR><TR>
  <TD></TD><TD><INPUT TYPE=submit VALUE=SUBMIT></TD>
</TR>
</TABLE>
</FORM>
"