qemu-init

A virtual machine manager to make life with qemu more comfortable

User Tools

Site Tools


qemu-init library


qemud-acl

This is the same content like the man page qemud-ast(8). See naming conventions for abbreviations.


qemud-acl(8)

April 23, 2021

NAME

qemud-acl - set required acl's for files

SYNOPSIS

 qemud-acl 

DESCRIPTION

 qemud-acl  does set acl's for files to make sure that  qemu-init  can operate properly. These acl's are related to the  qemu-init  group  SYSGRP  only. All acl's will be set for each virtual machine separately on start by  qemu-init .

  1. The unix sockets in  RUNDIR  have to be writeable by the  SYSGRP  group.
  2. The pidfiles have to be readable by group. qemu's  -pidfile  option creates these files with mode 0700.
  3. The error log files in  VARDIR  have to be writeable by the  SYSGRP  group.

To change autostart of a virtual machine  ETCDIR/autostart  have to be writeable by the  SYSGRP  group.

SEE ALSO:

qemud-ast(8)