glibc [BZ #22145]: {p,ty}fds and mount namespaces

2017-10-09 Thread Christian Brauner
Hi, We've received a bug report against glibc [1] relating to {p,t}ty file descriptors from devpts mounts in different mount namespaces. In case ttyname{_r}() detects that the path for a pty slave file descriptor (e.g. /dev/pts/4) does not exist in the caller's mount namespace or the path exists

Re: command_not_found_handle documentation omission

2017-10-09 Thread Dan Douglas
On 10/08/2017 03:11 PM, Eduardo A. Bustamante López wrote: > I guess that instead of changing the semantics of > command_not_found_handle, a new special trap could be added that > executes in the context of the shell performing the command lookup. Possible, but magic traps can be ugly. I often