Changeset 42733 in vbox
- Timestamp:
- Aug 9, 2012 10:38:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r42617 r42733 2300 2300 # Default policy is to deny starting a VM, the other option is "allow". 2301 2301 default_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 2305 bob = { 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. 2312 alice = { 2313 allow = false 2314 } 2309 2315 </screen></para> 2310 2316
Note:
See TracChangeset
for help on using the changeset viewer.