]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Default pool permission mode to 0755
authorOsier Yang <jyang@redhat.com>
Wed, 11 Jul 2012 14:40:48 +0000 (22:40 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 11 Jul 2012 14:40:48 +0000 (22:40 +0800)
commit8a544719aa2fe92332756ea0483844b81d4d56ae
tree54ddea0983e615ff60ed3cca1bcefdd719fefa2b
parent97d7f02dcc4848f5f7a64ecd5b32c9beffb7f359
storage: Default pool permission mode to 0755

Per the typical use of libvirt is to fork the qemu process with
qemu:qemu. Setting the pool permission mode as 0700 by default
will prevent the guest start with permission reason.

Define macro for the default pool and vol permission modes
incidentally.
src/conf/storage_conf.c