This file is indexed.

/usr/lib/dvi2ps/tombo.ps is in dvi2ps 5.1j-1.2build1.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%%BeginProcSet: tombo 1 0
% tombo macros for phototypesetter
% version 1.0 7/7/1991
% Copyright (C) 1991
% Kazuhiro Kazama (kazama@square.ntt.jp)
% NTT Basic Research Laboratories
% All rights reserved.
/a4 {
    statusdict /setpage known {
	statusdict begin
	    667 914 1 setpage
	end
    }{
	statusdict /setpageparams known {
	    statusdict begin
		667 914 0 1 setpageparams
	    end
	} if
    } ifelse
    34 36 translate
} bind def

/b4 {
    userdict /a3 known {
	/a3 load exec
    }{
	statusdict /setpage known {
	    statusdict begin
		842 1191 1 setpage
	    end
	}{
	    statusdict /setpageparams known {
		statusdict begin
		    842 1191 0 1 setpageparams
		end
	    } if
	} ifelse
    } ifelse
    123 174.5 translate
} bind def
%%EndProcSet