This file is indexed.

/usr/share/games/freeciv/nation/hacker.ruleset is in freeciv-data 2.4.2-1.

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
[nation_hacker]

name=_("Hacker")
plural=_("?plural:Hackers")
groups="Imaginary"
legend=_("h4xx0r r0xx0rz!")

leaders = {
 "name",                "sex"
 "Linus Torvalds",      "Male"
 "Richard Stallman",    "Male"
 "Dennis Ritchie",      "Male"
 "Ken Thompson",        "Male"
 "Robert Pike",         "Male"
 "Donald Knuth",        "Male"
 "Ada Lovelace",        "Female"
 "Grace Murray Hopper", "Female"
 "Jean Sammet",         "Female"
 "Barbara Liskov",      "Female"
 "Julf",                "Male" ; Johan Helsingius
 "Cap'n Crunch",        "Male" ; John Draper
 "Condor",              "Male" ; Kevin Mitnick
 "Dark Dante",          "Male" ; Kevin Poulsen
 "Phiber Optik",        "Male" ; Mark Abene
 "rtm",                 "Male" ; Robert Morris
 "Woz",                 "Male" ; Steve Wozniak
 "Edsger Dijkstra",     "Male"
 "Alan Kay",            "Male"
 "Bjarne Stroustrup",   "Male"
 "Niklaus Wirth",       "Male"
}

ruler_titles = {
 "government",     "male_title",        "female_title"
 "Despotism",      _("?title:Hacker %s"),  _("?female:Hacker %s")
 "Monarchy",       _("?title:1337 %s"),    _("?female:1337 %s")
}

flag="hacker"
flag_alt = "-"
city_style = "Classical"

init_techs=""
init_buildings=""
init_units=""

civilwar_nations="antarctican", "martian"

cities = 
 "Core Dump",
 "Kernel Panic",
 "One More Turn",
 "Segmentation Fault",
 "Stack Overflow",
 "Bus Error",
 "Divide by Zero",
 "Buffer Underrun",
 "Buffer Overrun",
 "NullPointerException",
 "Macro",
 "Assembler",
 "Interpreter",
 "Compiler",
 "Kernel",
 "Shell",
 "Editor",	; Why not "Emacs" ;)
 "Word Processor",
 "Program Counter",
 "Garbage Collection",
 "Deadlock",
 "Named Pipe",
 "Press Any Key To Continue",
 "Multitasking",
 "Crontab",
 "Type Mismatch"