VirtualBox

Changeset 42733 in vbox


Ignore:
Timestamp:
Aug 9, 2012 10:38:34 PM (12 years ago)
Author:
vboxsync
Message:

manual: Document new autostart config format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r42617 r42733  
    23002300# Default policy is to deny starting a VM, the other option is "allow".
    23012301default_policy = deny
    2302 # Users which are allowed are given below.
    2303 # If the default policy is to allow starting a VM is not allowed for the users below.
    2304 exception_list = bob, alice, joe
    2305 
    2306 bob   = 30  # Bobs machines will be started 30 seconds after the autostart service started
    2307 alice = 180 # Alice machines will be started 180 seconds after the autostart service started
    2308 joe   = 240 # Joes machines will be started 240 seconds after the autostart service started
     2302
     2303# Bob is allowed to start virtual machines but starting them
     2304# will be delayed for 10 seconds
     2305bob = {
     2306    allow = true
     2307    startup_delay = 10
     2308}
     2309
     2310# Alice is not allowed to start virtual machines, useful to exclude certain users
     2311# if the default policy is set to allow.
     2312alice = {
     2313    allow = false
     2314}
    23092315      </screen></para>
    23102316
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette