/etc/amanda-security.conf is in amanda-client 1:3.3.9-5.
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 | ############################################################
# /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 #
# #
# If a program and symbolic name is not listed, then the #
# configured binary is 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
|