[Bug 1244763] Re: devpts is mounted incorrectly in the non-initrd case
Steve Langasek
steve.langasek at canonical.com
Fri Oct 25 19:17:42 UTC 2013
Marking 'medium' since this code path is only used in initramfsless
systems, which are not the common case.
** Changed in: upstart
Status: New => In Progress
** Changed in: upstart (Ubuntu)
Status: New => In Progress
** Changed in: upstart
Assignee: (unassigned) => Steve Langasek (vorlon)
** Changed in: upstart (Ubuntu)
Assignee: (unassigned) => Steve Langasek (vorlon)
** Changed in: upstart
Importance: Undecided => Medium
** Changed in: upstart (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1244763
Title:
devpts is mounted incorrectly in the non-initrd case
Status in Upstart:
In Progress
Status in “upstart” package in Ubuntu:
In Progress
Bug description:
In most places in Ubuntu, devpts is mounted correctly with
gid=5,mode=620, however upstart itself mounts it incorrectly in the
cases when it's not already mounted by something else:
init/main.c: if (system_mount ("devpts", "/dev/pts",
(MS_NOEXEC | MS_NOSUID)) < 0)
Compare to, say, systemd, which does this:
#ifndef TTY_GID
#define TTY_GID 5
#endif
[...]
src/core/mount-setup.c: { "devpts", "/dev/pts", "devpts", "mode=620,gid=" STRINGIFY(TTY_GID), MS_NOSUID|MS_NOEXEC,
Please fix this up, as this will explode in special and fun ways when
pt_chown goes away and we stop falling back on it as a crutch when the
devpts permissions are wrong.
To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1244763/+subscriptions
More information about the foundations-bugs
mailing list