X11 applications inside a jail used to work really well. It seems that with my upgrade to FreeBSD 14.1-RELEASE things have changed. Now I get the following error (when being inside a jail):
The variable
When I am
This is how my fstab for the jail looks like;
Here are the permissions of the socket inside my jail:
I see that an unprivileged user has to be in the group
And, again, the jail in question used to to work just fine.
Has anything changed in 14.1 and/or the ports?
Code:
hsebert@bsd-wine:~ $ xclock
Authorization required, but no authorization protocol specified
Error: Can't open display: :0
The variable
DISPLAY is set via:
Code:
export DISPLAY=:0
When I am
root everything works fine! It's just when I am an unprivileged user that I am getting this error.This is how my fstab for the jail looks like;
Code:
/tmp/.X11-unix /jail/bsd-wine/tmp/.X11-unix nullfs rw 0 0
Here are the permissions of the socket inside my jail:
Code:
hsebert@bsd-wine:~ $ ls -la /tmp/.X11-unix/X0
srwxrwxrwx 1 root wheel 0 Nov 4 00:07 /tmp/.X11-unix/X0=
I see that an unprivileged user has to be in the group
wheel. But that has already been done:
Code:
hsebert@bsd-wine:~ $ groups
hsebert wheel operator
And, again, the jail in question used to to work just fine.
Has anything changed in 14.1 and/or the ports?