Changes to qgs.service to make it more amenable to writing a strict SELinux policy. Also add patch to allow control over socket perms so QEMU can get access to the socket. Related: https://issues.redhat.com/browse/RHELPLAN-171792 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
# To enable QGS verbose mode, or debugging (implies verbose),
|
|
# uncomment one of these:
|
|
QGS_ARGS=
|
|
#QGS_ARGS=--debug
|
|
#QGS_ARGS=--verbose
|