repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 59add5605fcd2dd30b09a9dc9ecb96aa1ce488a2: path_to: revision_to:
commit 59add5605fcd2dd30b09a9dc9ecb96aa1ce488a2 Author: Emanuele GiaquintaDate: Thu Jan 19 10:51:44 2006 +0000 *** empty log message *** diff --git a/src/feature.h b/src/feature.h
--- a/src/feature.h +++ b/src/feature.h @@ -36,6 +36,12 @@ /*-------------------------------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 * when running setuid/setgid. You need this when making it setuid/setgid.
-----END OF PAGE-----