--- rxvt-unicode/src/feature.h 2006/01/17 15:17:39 1.33 +++ rxvt-unicode/src/feature.h 2006/01/19 10:52:51 1.39 @@ -36,8 +36,14 @@ /*-------------------------------SECURITY-------------------------------*/ +/* Default mode to restore when releasing the PTS device. It is relaxed to be + * compatible with most systems, change it to a more secure value if your + * system supports it (0640 for example). + */ +#define RESTORE_TTY_MODE 0666 + /* - * define if you want to use a separate process for pty/tty handling + * Define if you want to use a separate process for pty/tty handling * when running setuid/setgid. You need this when making it setuid/setgid. */ #define PTYTTY_HELPER 1 @@ -47,7 +53,7 @@ /* * NOTE: * - * Most of these configuration options have not been tested within the new + * Some of these configuration options have not been tested within the new * rxvt-unicode framework. Changing them should work, might have no effect, * destroy your disks or have any other effects. You may freely try (and * report bugs, too!), but don't _expect_ them to work. @@ -258,9 +264,9 @@ #define RESET_TTY_TO_COMMON_DEFAULTS /* - * Only log in wtmp file when we're a login shell (-ls option) + * Only log in wtmp and lastlog files when we're a login shell (-ls option) */ -#define WTMP_ONLY_ON_LOGIN +#define LOG_ONLY_ON_LOGIN /*--------------------------------BELL----------------------------------*/ /*