Changeset 87086 in vbox
- Timestamp:
- Dec 11, 2020 8:11:20 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r87080 r87086 6103 6103 6104 6104 <screen> 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6105 # Default policy is to deny starting a VM, the other option is "allow". 6106 default_policy = deny 6107 6108 # Bob is allowed to start virtual machines but starting them 6109 # will be delayed for 10 seconds 6110 bob = { 6111 allow = true 6112 startup_delay = 10 6113 } 6114 6115 # Alice is not allowed to start virtual machines, useful to exclude certain users 6116 # if the default policy is set to allow. 6117 alice = { 6118 allow = false 6119 } 6120 6120 </screen> 6121 6121
Note:
See TracChangeset
for help on using the changeset viewer.