VirtualBox

Changes between Version 60 and Version 61 of Linux build instructions


Ignore:
Timestamp:
Apr 14, 2009 11:38:13 AM (15 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v60 v61  
    165165Then it should have been installed to your modules directory and you can load it using {{{modprobe vboxdrv}}}. Make sure you give yourself read and write access to {{{/dev/vboxdrv}}}.
    166166
     167If you made a ''hardened build'', make sure that the setuid stubs have the correct permissions:
     168{{{
     169for f in VirtualBox VBoxHeadless VBoxSDL VBoxBFE VBoxNetDHCP VBoxNetAdpCtl; do
     170  chown root.root $f
     171  chmod 4511 $f
     172done
     173}}}
     174
    167175Finally, you can start one of the frontends, e.g.
    168176{{{

© 2023 Oracle
ContactPrivacy policyTerms of Use