* fhandler_console.cc (fhandler_console::need_invisible): Open up the security

of the newly created windows station.
This commit is contained in:
Christopher Faylor 2006-01-05 00:49:17 +00:00
parent ab7eaf6971
commit faec62caaf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-04 Christopher Faylor <cgf@timesys.com>
* fhandler_console.cc (fhandler_console::need_invisible): Open up the
security of the newly created windows station.
2006-01-04 Eric Blake <ebb9@byu.net>
* path.cc (dot_special_chars): Add ", <, >, and |.

View File

@ -1856,7 +1856,7 @@ fhandler_console::need_invisible ()
h = horig = GetProcessWindowStation ();
if (myself->ctty == -1)
{
h = CreateWindowStation ("CygwinInvisible", 0, WINSTA_ALL_ACCESS, &sec_none_nih);
h = CreateWindowStation ("CygwinInvisible", 0, WINSTA_ALL_ACCESS, &sec_all_nih);
termios_printf ("CreateWindowStation(\"CygwinInvisible\", %p), %E", h);
if (h)
{