*** empty log message ***
authorayin <ayin>
Thu, 19 Jan 2006 10:51:44 +0000 (10:51 +0000)
committerayin <ayin>
Thu, 19 Jan 2006 10:51:44 +0000 (10:51 +0000)
src/feature.h

index 80a2be5171eef6797a56b3a457668863f65d6545..ea15c4b55b6d4971ebc129d65b220508835b0ad1 100644 (file)
 
 /*-------------------------------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.