Commit bf5b6c9b authored by Alexandre Julliard's avatar Alexandre Julliard

server: Don't give out read/write access to the named pipe device.

parent c18e8d6a
...@@ -228,7 +228,7 @@ static const struct object_ops named_pipe_device_ops = ...@@ -228,7 +228,7 @@ static const struct object_ops named_pipe_device_ops =
no_satisfied, /* satisfied */ no_satisfied, /* satisfied */
no_signal, /* signal */ no_signal, /* signal */
named_pipe_device_get_fd, /* get_fd */ named_pipe_device_get_fd, /* get_fd */
pipe_map_access, /* map_access */ no_map_access, /* map_access */
named_pipe_device_lookup_name, /* lookup_name */ named_pipe_device_lookup_name, /* lookup_name */
named_pipe_device_open_file, /* open_file */ named_pipe_device_open_file, /* open_file */
fd_close_handle, /* close_handle */ fd_close_handle, /* close_handle */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment