From 40b312a01b8b72d33571fb64a90cfdfb2577bb3e Mon Sep 17 00:00:00 2001 From: ayin Date: Thu, 19 Jan 2006 10:51:44 +0000 Subject: [PATCH] *** empty log message *** --- src/feature.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/feature.h b/src/feature.h index 80a2be51..ea15c4b5 100644 --- 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. -- 2.34.1