Blame SOURCES/qemu-ga.sysconfig

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