aforensics / HiddenVM

HiddenVM — Use any desktop OS without leaving a trace.
GNU General Public License v3.0
2.33k stars 118 forks source link

Possible audio fix #40

Open brenn45 opened 3 months ago

brenn45 commented 3 months ago

Did you try the pulseaudio tcp module? It works but I'm not sure if there's any security issues with using it.

  1. pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1

  2. give virtualbox an environmental variable PULSE_SERVER=tcp:127.0.0.1

  3. then something like iptables -I OUTPUT -o lo -p tcp -m owner --uid-owner clearnet --dport 4713 -j ACCEPT

Would that be safe to use?

Thank you.