ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.75 by root, Wed Jan 11 05:29:40 2006 UTC vs.
Revision 1.76 by root, Wed Jan 11 19:55:34 2006 UTC

154C<--enable-everything> (less useful, it will be very big due to a lot of 154C<--enable-everything> (less useful, it will be very big due to a lot of
155encodings built-in that increase download times and are rarely used). 155encodings built-in that increase download times and are rarely used).
156 156
157=item I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe? 157=item I need to make it setuid/setgid to support utmp/ptys on my OS, is this safe?
158 158
159Likely not. While I honestly try to make it secure, and am probably 159Likely not. While I honestly try to make it secure, and am probably not
160not bad at it, I think it is simply unreasonable to expect all of 160bad at it, I think it is simply unreasonable to expect all of freetype
161freetype + fontconfig + xft + xlib + ... + rxvt-unicode itself to all be 161+ fontconfig + xft + xlib + perl + ... + rxvt-unicode itself to all be
162secure. Also, rxvt-unicode disables some options when it detects that it 162secure. Also, rxvt-unicode disables some options when it detects that it
163runs setuid or setgid, which is not nice. 163runs setuid or setgid, which is not nice. Besides, with the embedded perl
164interpreter the possibility for security problems easily multiplies.
164 165
165Elevated privileges are only required for utmp and pty operations on some 166Elevated privileges are only required for utmp and pty operations on some
166systems (for example, GNU/Linux doesn't need any extra privileges for 167systems (for example, GNU/Linux doesn't need any extra privileges for
167ptys, but some need it for utmp support). If rxvt-unicode doesn't support 168ptys, but some need it for utmp support). It is planned to mvoe this into
168the library/setuid helper that your OS needs I'll be happy to assist you 169a forked handler process, but this is not yet done.
169in implementing support for it.
170 170
171So, while setuid/setgid operation is supported and not a problem on your 171So, while setuid/setgid operation is supported and not a problem on your
172typical single-user-no-other-logins unix desktop, always remember that 172typical single-user-no-other-logins unix desktop, always remember that
173its an awful lot of code, most of which isn't checked for security issues 173its an awful lot of code, most of which isn't checked for security issues
174regularly. 174regularly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines