This file is indexed.

/etc/bacula/scripts/btraceback.gdb is in bacula-common 7.0.5+dfsg-4build1.

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
print my_name
print exename
print exepath
print catalog_db
print version
print host_os
print distname
print distver
print host_name
print dist_name
print beef
show env TestName
bt
thread apply all bt
f 0
info locals
f 1
info locals
f 2
info locals
f 3
info locals
f 4
info locals
f 5 
info locals
f 6
info locals
f 7
info locals
detach
quit