This file is indexed.

/etc/tetrinetx/game.secure is in tetrinetx 1.13.16-14.

This file is owned by games:games, with mode 0o600.

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
# TetriNET (linux) Security configuration file

# This file contains security configuration for TetriNET, and by default will
# be created with all values commented out. 
# Each configuration value consists of a TAG name, followed by an equal sign
# and a value. IE:
#      op_password=mypass
# Any text after a # is ignored, and can be used as comments.

# op_password [] - Typing /op <thispassword> will give player op status
#op_password=pass4word

# query_password [] - For query irc client
#query_password=pass4word

# spec_password [] - Use this as team name for gameplay watch
#spec_password=pass4word

# spec_op_password [] - Use this as team name for gameplay watch with extended capability (unused in this release)
#spec_op_password=pass4word

# End of File