Hi all,
Just in case someone needs the answer. In order to make Clipboard sharing work on VirtualBox with a guest running Linux (hardened 4.7.10 Gentoo in my case), the kernel needs to be compiled with:
GRKERNSEC_HIDESYM=n
GRKERNSEC_RANDSTRUCT=n
Those two are enabled by default.
Question/Request: is it possible to disable them (or avoir stripping symbols used by virtualbox) when the user configures automatically grsec by selecting VirtualBox profile ?
Thank you,
Nelson