a83cc2
# This is a systemd environment file, not a shell script.
a83cc2
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
a83cc2
7f1c5b
# Comma-separated blocked RPCs to disable, or empty list to enable all.
a83cc2
#
7f1c5b
# You can get the list of RPC commands using "qemu-ga --block-rpcs='?'".
7f1c5b
# There should be no spaces between commas and commands in the block list.
7f1c5b
BLOCK_RPCS=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush,guest-exec,guest-exec-status
a83cc2
a83cc2
# Fsfreeze hook script specification.
a83cc2
#
a83cc2
# FSFREEZE_HOOK_PATHNAME=/dev/null           : disables the feature.
a83cc2
#
a83cc2
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
a83cc2
# specified binary or shell script.
a83cc2
#
a83cc2
# FSFREEZE_HOOK_PATHNAME=                    : enables the feature with the
a83cc2
# default value (invoke "qemu-ga --help" to interrogate).
a83cc2
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook