diff options
author | runge <runge> | 2007-05-05 18:28:32 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 18:28:32 +0000 |
commit | 1d495291e434af3d8bb8d6ceaf5aa926dea065e9 (patch) | |
tree | 333a569b60985693fafd68782115cf6288e03a39 /x11vnc/x11vnc.1 | |
parent | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (diff) | |
download | libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.tar.gz libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.zip |
filexfer warnings and messages.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 462a9a7..f0b09ef 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -422,6 +422,15 @@ viewonly cannot transfer files. However, if the remote control mechanism is used to change the global or per-client viewonly state the filetransfer permissions will NOT change. +.IP +IMPORTANT: please understand if \fB-tightfilexfer\fR is +specified and you run x11vnc as root for, say, inetd +or display manager (gdm, kdm, ...) access and you do +not have it switch users via the \fB-users\fR option, then +VNC Viewers that connect are able to do filetransfer +reads and writes as *root*. +.IP +Also, tightfilexfer is disabled in \fB-unixpw\fR mode. .PP \fB-ultrafilexfer\fR .IP @@ -430,6 +439,13 @@ work you probably need to supply these libvncserver options: "\fB-rfbversion\fR \fI3.6 \fB-permitfiletransfer\fR"\fR "\fB-ultrafilexfer\fR" is an alias for this combination. .IP +IMPORTANT: please understand if \fB-ultrafilexfer\fR is +specified and you run x11vnc as root for, say, inetd +or display manager (gdm, kdm, ...) access and you do +not have it switch users via the \fB-users\fR option, then +VNC Viewers that connect are able to do filetransfer +reads and writes as *root*. +.IP Note that sadly you cannot do both \fB-tightfilexfer\fR and \fB-ultrafilexfer\fR at the same time because the latter requires setting the version to 3.6 and tightvnc will @@ -1866,7 +1882,7 @@ can be reopened prefix the username with the "+" character. E.g. "\fB-users\fR \fI+bob\fR" or "\fB-users\fR \fI+nobody\fR". .IP The latter (i.e. switching immediately to user -"nobody") is probably the only use of this option +"nobody") is the only obvious use of the \fB-users\fR option that increases security. .IP Use the following notation to associate a group with |