This file is indexed.

/etc/amanda-security.conf is in amanda-client 1:3.5.1-1build2.

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
############################################################
# /etc/amanda-security.conf                                #
#                                                          #
# See: man amanda-security.conf                            #
#                                                          #
# This file must be installed at /etc/amanda-security.conf #
#                                                          #
# It list all executables amanda can execute as root.      #
# This file must contains realpath to executable, with     #
# all symbolic links resolved.                             #
# You can use the 'realpath' command to find them.         #
#                                                          #
# It list program and a symbolic name for the program      #
# Followed by the realpath of the binary                   #
#                                                          #
# Uncomment and edit the following lines to let Amanda to  #
# use customized system commands.  If multiple PATH is     #
# necessary, please put them in different lines.           #
# e.g.:                                                    #
# amgtar:GNUTAR_PATH=/usr/bin/tar                          #
# amgtar:GNUTAR_PATH=/usr/bin/tar-1.28                     #
#                                                          #
# Only binary listed are allowed to be run as root.        #
#                                                          #
# You can find the configured binary with amgetconf        #
#     amgetconf build.gnutar_path                          #
#     amgetconf build.star_path                            #
#     amgetconf build.bsdtar_path                          #
#                                                          #
############################################################
#runtar:gnutar_path=/bin/tar
#amgtar:gnutar_path=/bin/tar
#amstar:star_path=/usr/bin/star
#ambsdtar:bsdtar_path=/usr/bin/bsdtar

#restore_by_amanda_user=no
tcp_port_range=512,1024
udp_port_range=840,860