aboutsummaryrefslogtreecommitdiff
path: root/system/virtualbox/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-09-05 15:43:50 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-09-06 08:50:26 +0700
commit6ce5f2e08cc88df07d2f388d0d16b4326f11597c (patch)
treefea614c26134214058150fddb0f2469360b6ab39 /system/virtualbox/README
parent9300de686f63f12333821b32a46eb75e7b786c09 (diff)
system/virtualbox: Script simplifications and python3 support
This drops two switches for the SlackBuild, HARDENING and HEADLESS. Both of those are gone since the potential benefit is minimal. Upstream has defaulted to hardening enabled pretty much since the very beginning. Every official build has it enabled too and thus also all documentation and bug reports etc. assume it being enabled. If you really want it disabled you can still edit the SlackBuild. Headless adds very little other than resulting in a smaller package and shorter build times. Same as with hardening, if you really want a headless version, you can still edit the SlackBuild. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/README')
-rw-r--r--system/virtualbox/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/virtualbox/README b/system/virtualbox/README
index f8a9c427e89ac..3a2addeca9c88 100644
--- a/system/virtualbox/README
+++ b/system/virtualbox/README
@@ -1,16 +1,9 @@
VirtualBox Open Source Edition (OSE) is a general-purpose full
virtualizer for x86 hardware.
-By default VirtualBox will be compiled with hardening enabled. That
-means all binaries will be run suid root, which is the default
-behaviour of upstream packages. However, you are still able
-to disable this by passing HARDENING=no to the script.
-
You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers"
and make your user a member of that group.
-To compile a headless virtualbox pass HEADLESS=yes to the script.
-
To enable the webservice pass WEBSERVICE=yes to the script. This will
require gsoap as optional dependency.