This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] grantpt: trust the kernel about pty group and permission mode


* Aurelien Jarno <aurelien@aurel32.net>, 2015-12-06, 16:00:
The options used to do the last mount are the ones used by the system, and given the default options are gid=0 and mode=0600,

Minor correction: gid=0 is not the default.
By default, group of a newly created pseudo-terminal is set to filesystem GID of the creating process.

+     Therefore let's consider that POSIX enforcement is the responsability

Typo: responsability -> responsibility

--
Jakub Wilk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]