mount ignores exec option for 'users' mounts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
util-linux (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
New
|
Undecided
|
Unassigned |
Bug Description
The version of 'mount' included in Ubuntu 14.04 LTS and 12.04 LTS has a bug wherein the 'exec' option in /etc/fstab is ignored on mounts with the 'user' or 'users' options when they are mounted by root. For example:
$ grep 48tb2d /etc/fstab
labdisk.
$ sudo mount /mnt/lab_48tb2d
$ mount | grep 48tb2d
labdisk.
$ umount /mnt/lab_48tb2d
$ mount /mnt/lab_48tb2d
$ mount | grep 48tb2d
labdisk.
This bug was fixed upstream several years ago and I believe therefore doesn't affect 15.10, but seems not to have made it into the current LTS releases of ubuntu.
https:/
https:/
System info: Ubuntu 14.04.3 LTS, util-linux 2.20.1-
description: | updated |
Changed in util-linux (Ubuntu): | |
status: | New → Fix Released |
tags: | added: trusty |
This bug appears to have been re-introduced in the re-write from stand-alone `mount` to libmount, and thus is still present in Ubuntu 16.04 LTS. Reported upstream and got a fix there (https:/ /github. com/karelzak/ util-linux/ commit/ 3c4a3de0fcb8f21 bffacfd8bdc3d6f bd683c71f5). Would love to see this incorporated in the LTS release.