- Timestamp:
- Dec 11, 2020 8:11:20 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r87080 r87086 6103 6103 6104 6104 <screen> 6105 # Default policy is to deny starting a VM, the other option is "allow".6106 default_policy = deny6107 6108 # Bob is allowed to start virtual machines but starting them6109 # will be delayed for 10 seconds6110 bob = {6111 allow = true6112 startup_delay = 106113 }6114 6115 # Alice is not allowed to start virtual machines, useful to exclude certain users6116 # if the default policy is set to allow.6117 alice = {6118 allow = false6119 }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.

