| Revision: | 1.1 |
| Committed: | Sat Jan 21 22:01:36 2006 UTC (20 years, 7 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | #include <vector> |
| 2 | |||
| 3 | /* Default mode to restore when releasing the PTS device. It is relaxed to be | ||
| 4 | * compatible with most systems, change it to a more secure value if your | ||
| 5 | * system supports it (0640 for example). | ||
| 6 | */ | ||
| 7 | #define RESTORE_TTY_MODE 0666 | ||
| 8 | |||
| 9 | /* | ||
| 10 | * Define if you want to use a separate process for pty/tty handling | ||
| 11 | * when running setuid/setgid. You need this when making it setuid/setgid. | ||
| 12 | */ | ||
| 13 | #define PTYTTY_HELPER 1 | ||
| 14 |