VirtualBox

Changeset 87086 in vbox


Ignore:
Timestamp:
Dec 11, 2020 8:11:20 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141886
Message:

doc/manual: eliminate TABs which crept in

File:
1 edited

Legend:

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

    r87080 r87086  
    61036103
    61046104<screen>
    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         }
     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    }
    61206120</screen>
    61216121
Note: See TracChangeset for help on using the changeset viewer.

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