Current File : //proc/self/root/usr/local/jetapps/usr/share/rear/prep/NETFS/default/090_check_encrypted_backup.sh
if is_true "$BACKUP_PROG_CRYPT_ENABLED" ; then
    REQUIRED_PROGS+=( openssl )
    COPY_AS_IS+=( /etc/crypto-policies ) # see issue #523
fi