This file is indexed.

/usr/share/disulfinder/Models/automa.model is in disulfinder-data 1.2.11-7.

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
NoAutomata 1
BeginAutomata
NoOutputs 2
NoStates 4
StartStates 0
EndStates 0 3
Begin
T 0 0 0 1.
T 0 1 1 1.
T 1 2 0 1.
T 1 3 1 1.
T 2 2 0 1.
T 2 3 1 1.
T 3 0 0 1.
T 3 1 1 1.
End
EndAutomata