[Bug 1450960] Re: dev file system is mounted without nosuid

2020-03-25 Thread Stéphane Graber via ubuntu-bugs
Marking as triaged/wishlist for LXC, I can't think of a good reason not to mount with nosuid so such a patch would still be welcome. ** Changed in: lxc (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1450960] Re: dev file system is mounted without nosuid

2015-10-28 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 227-2ubuntu1 --- systemd (227-2ubuntu1) xenial; urgency=medium * Merge with Debian unstable. Remaining Ubuntu changes: - Hack to support system-image read-only /etc, and modify files in /etc/writable/ instead. - Simpler udev

[Bug 1450960] Re: dev file system is mounted without nosuid

2015-09-15 Thread Serge Hallyn
I have no objection to the lxc patches, however I do have concerns that they could cause breakages, so we need to make sure all the testcases pass. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450960

[Bug 1450960] Re: dev file system is mounted without nosuid

2015-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.120ubuntu4 --- initramfs-tools (0.120ubuntu4) wily; urgency=medium * init: Mount /dev with "nosuid". Thanks "Daniel". (LP: #1450960) -- Martin Pitt Tue, 15 Sep 2015 07:20:43 +0200 ** Changed in: initramfs-tools (Ubuntu)

[Bug 1450960] Re: dev file system is mounted without nosuid

2015-09-14 Thread Martin Pitt
Feedback from upstream at https://github.com/systemd/systemd/pull/1265 : Apparently noexec on /dev breaks some drivers which expose memory-mapped devices in /dev/. So retitling for "nosuid" only. systemd already does that, initramfs-tools doesn't yet, but the attached patch needs to be modified to