This file is indexed.

/etc/obextool/obextool.typ is in obextool 0.35-0ubuntu2.

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
###
### ObexTool file type descriptions
###
set ObexConfig(typ_file,version) "0.35"

###
### Currently known file type extensions
###
set ObexConfig(cfg,file_types) [list \
    folder [get_text "Folder"]               \
    3gp    [get_text "3GP Video file"]    \
    adr    [get_text "Address book file"]    \
    bmx    [get_text "Animation file"]       \
    bmp    [get_text "Bitmap picture file"]  \
    cfg    [get_text "Configuration file"]   \
    dat    [get_text "Data file"]            \
    db     [get_text "Data base file"]       \
    gif    [get_text "GIF picture file"]    \
    jad    [get_text "Java definition file"] \
    imy    [get_text "iMelody ringtone file"] \
    jar    [get_text "Executable Java file"] \
    jpg    [get_text "JPEG picture file"]    \
    jpeg   [get_text "JPEG picture file"]    \
    log    [get_text "Log file"]             \
    mid    [get_text "Midi ring tone file"]  \
    midi   [get_text "Midi ring tone file"]  \
    mp3    [get_text "MP3 audio file"]       \
    png    [get_text "PNG picture file"]     \
    smi    [get_text "SMS incoming file"]    \
    smo    [get_text "SMS outgoing file"]    \
    svg    [get_text "Scalable vector graphics"]    \
    txt    [get_text "Text file"]            \
    vcf    [get_text "Bussiness card file"]  \
    vcs    [get_text "Organizer entry file"] \
]
 
puts "Found configuration file [info script] version $ObexConfig(typ_file,version) ..."