-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add XAuthorityInSystemDir option #3393
base: devel
Are you sure you want to change the base?
Conversation
Add an option to allow XAUTHORITY to be moved away from $HOME. This is modelled on the lightm 'user-authority-in-system-dir' option, and also current GDM default behaviour.
@derekschrock - if you've got the time to look at this, it might be useful for you on FreeBSD. Any comments gratefully received. |
docs/man/sesman.ini.5.in
Outdated
\fBXAuthorityInSystemDir\fR=\fI[no|yes]\fR | ||
If set to \fByes\fR, xrdp will set XAUTHORITY to be in a system directory | ||
(currently @socketdir@/\fI<uid>\fR) which is only accessible to the | ||
logged-in user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps adding "Default to no" to be coherent with the others variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Using |
Fixes #3383
Add an option to allow XAUTHORITY to be moved away from $HOME.
This is modelled on the lightm 'user-authority-in-system-dir' option, and also current GDM default behaviour.
A minor typo in
sesman.ini(5)
related to the port setting is also fixed.