VNC Server virtuald administrator
Hi! I'm trying to deploy realvnc with virtuald feature.
I need to allow connect from my account to every user session. I use SystemAuth.
I didn't like way to add Permissions=admin_account:f,:f to all user's configs, it's not a general solution.
If I add this row in policy file, users can't connect. Do somebody have best practice how to allow admin to connect user's session?
Comments
Permissions=admin_account:f,:f in a file like /etc/vnc/policy.d/Xvnc and/or /etc/vnc/policy.d/vncserver-x11-virtual should work. Avoid common as this will apply to vncserver-virtuald as well
Yes, adding to /etc/vnc/policy.d/vncserver-x11-virtual works, but after that users couldn't add other users manually.
You can add to /etc/vnc/config.d/vncserver-x11-virtual instead to allow changes but this will be overridden by $HOME/.vnc/config.d/vncserver-x11-virtual if it exists (this is how the user's own changes are applied)
If $HOME/.vnc/config.d/vncserver-x11-virtual doesn't exist, the values from /etc/vnc/config.d/vncserver-x11-virtual will be used as a baseline
Please sign in to leave a comment.