This file is indexed.

/etc/tcos/tcos-devices-ng.conf is in tcosmonitor 0.2.43.

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
# here you can disable some tcos-devices-ng parts
# to all users
#
# this settings are more important than ~/.tcos-devices-ng.py
#

# disable floppy
#disable_floppy=1

#disable all cdroms
#disable_cdroms=1

#disable hard disk partitions
#disable_hdd=1

# disable quit item
#disable_quit=1

# can change mount point too
#
# DON'T use spaces or any other char (only letters and numbers)
#
#hdc=myCdReader
#hdd=cdWriter
#hda1=winData
#hda2=debianData


# enable reboot and poweroff
enable_reboot_poweroff=1

# Timeout to reboot or poweroff
#reboot_poweroff_timeout=10