Blame SOURCES/qemu-ga.sysconfig

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