Changes between Version 60 and Version 61 of Linux build instructions
- Timestamp:
- Apr 14, 2009 11:38:13 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v60 v61 165 165 Then 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}}}. 166 166 167 If you made a ''hardened build'', make sure that the setuid stubs have the correct permissions: 168 {{{ 169 for f in VirtualBox VBoxHeadless VBoxSDL VBoxBFE VBoxNetDHCP VBoxNetAdpCtl; do 170 chown root.root $f 171 chmod 4511 $f 172 done 173 }}} 174 167 175 Finally, you can start one of the frontends, e.g. 168 176 {{{