* fhandler_console.cc (fhandler_console::need_invisible): Open up the security
of the newly created windows station.
This commit is contained in:
parent
ab7eaf6971
commit
faec62caaf
@ -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>
|
2006-01-04 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
* path.cc (dot_special_chars): Add ", <, >, and |.
|
* path.cc (dot_special_chars): Add ", <, >, and |.
|
||||||
|
@ -1856,7 +1856,7 @@ fhandler_console::need_invisible ()
|
|||||||
h = horig = GetProcessWindowStation ();
|
h = horig = GetProcessWindowStation ();
|
||||||
if (myself->ctty == -1)
|
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);
|
termios_printf ("CreateWindowStation(\"CygwinInvisible\", %p), %E", h);
|
||||||
if (h)
|
if (h)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user