This file is indexed.

/usr/share/polygen/eng/debian/autopolygen.grm is in polygen-data 1.0.6.ds2-14build1.

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
I ::=   "title:    Polygen-based screen saver\n"
      ^ "author:   Enrico Zini <enirco@debian.org>\n"
      ^ "language: english\n"
      ^ "status:   embrionic\n"
      ^ "topic:    common life\n"
      ^ "comment:  You need to run the output\n"
      ^ "created:  10/07/2005"
;

S ::=     "polygen" Grammar "| fmt" ( "|" Filter | + _ ) "|" ("cowsay" | - "cowthink") ( + _ | "-f" Cows )
	;

Grammar ::= bio
	  | genius
	  | manager
	  | photoshop
	  | pythoniser
	  | boyband
	  | designpatterns
	  | metal
	  | ms
	  | paper
	  | papertitle
	  | payoff
	  | pornsite
	  | rappaz
	  | reviews
	  | videogames
	  ;

Filter ::= jethro
	  | kraut
	  | cockney
	  | jive
	  | nyc
	  | ken
	  | ky00te
	  | newspeak
	  | eleet
	  | b1ff
	  | chef
	  | jibberish
	  | "upside-down"
	  | rasterman
	  | studly
	  | fudd
	  | censor
	  | spammer
	  | uniencode
	  ;

Cows ::= beavis.zen
       | bong
       | "bud-frogs"
       | bunny
       | cheese
       | cower
       | daemon
       | default
       | dragon
       | "elephant-in-snake"
       | elephant
       | eyes
       | ghostbusters
       | hellokitty
       | kiss
       | kitty
       | koala
       | meow
       | milk
       | moofasa
       | moose
       | ren
       | satanic
       | sheep
       | skeleton
       | small
       | stegosaurus
       | stimpy
       | turkey
       | turtle
       | tux
       | udder
       | www
       | vader
       | apt
       ;