Upon creation of a new virtual server (and as of Virtfs 0.70.0), an administrator
user is created. The group and user admin
is added to the virtual system
(not the main one). With admin rights, system administrators for that virtual server
may tweak configuration files for their virtual server, and there is no worry that it
will affect the main server.
Mainly for security. Giving root access to a client on a virtual service can lead to some harmful events. If there is an unknown break-in to the main server that can be done with root, this could be bad. To play things safe, it is best to give admin rights to the client.
Only you should know the root password.
Virtfs, by default, assigns full access permissions to the following directories to the new virtual server:
/etc/virt.conf
- the Admin Right
section.
Within the Virtfs configuration file, you will see a section called <Admin
Rights>
. Within this section, you can specify what files or directories should
automatically obtain full admin access rights. Be very careful in doing this, as the
whole point of creating the admin account is for security.
There are some disadvantages, such as the admin will not be able to add/remove a user or group. These things should go by the root user, anyhow.