This file is indexed.

/usr/share/oar/oar-api/api_html_postform_rule.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
$POSTFORM="
<FORM METHOD=post ACTION=$apiuri/admission_rules.html>
<TABLE>
<CAPTION>Admission rule submission</CAPTION>
<TR>
  <TD>Rule</TD>
  <TD><TEXTAREA name=rule COLS=70 ROWS=10></TEXTAREA></TD>
</TR><TR>
  <TD></TD><TD><INPUT TYPE=submit VALUE=SUBMIT></TD>
</TR>
</TABLE>
</FORM>
"