File: security-secure-install-overview.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (51 lines) | stat: -rw-r--r-- 2,805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="security-secure-install-overview">
  <title>Installation Overview</title>
  
  <body>
    <p>
        The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> base package should be downloaded only from a
        trusted source, for instance the official website
        <ph>http://www.virtualbox.org</ph>. The integrity of the
        package should be verified with the provided SHA256 checksum
        which can be found on the official website.
      </p>
    <p>
        General <ph conkeyref="vbox-conkeyref-phrases/product-name"/> installation instructions for the
        supported hosts can be found in <xref href="installation.dita">Installation Details</xref>.
      </p>
    <p>
        On Windows hosts, the installer can be used to disable USB
        support, support for bridged networking, support for host-only
        networking and the Python language binding. See
        <xref href="installation_windows.dita">Installing on Windows Hosts</xref>. All these features are
        enabled by default but disabling some of them could be
        appropriate if the corresponding functionality is not required
        by any virtual machine. The Python language bindings are only
        required if the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> API is to be used by external
        Python applications. In particular USB support and support for
        the two networking modes require the installation of Windows
        kernel drivers on the host. Therefore disabling those selected
        features can not only be used to restrict the user to certain
        functionality but also to minimize the surface provided to a
        potential attacker.
      </p>
    <p>
        The general case is to install the complete <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
        package. The installation must be done with system privileges.
        All <ph conkeyref="vbox-conkeyref-phrases/product-name"/> binaries should be executed as a regular user
        and never as a privileged user.
      </p>
    <p>
        The <ph conkeyref="vbox-conkeyref-phrases/vbox-ext"/> provides additional features
        and must be downloaded and installed separately, see
        <xref href="intro-installing.dita">Installing <ph conkeyref="vbox-conkeyref-phrases/product-name"/> and Extension Packs</xref>. As for the base package, the
        SHA256 checksum of the extension pack should be verified. As the
        installation requires system privileges, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will ask
        for the system password during the installation of the extension
        pack.
      </p>
  </body>
  
</topic>