Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 466368

Summary: sys-apps/util-linux-2.22.2: /bin/mount and umount not suid
Product: Gentoo Linux Reporter: Roman Žilka <roman.zilka>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: [amd64 hardened] emerge --info util-linux
[x86 default] emerge --info util-linux

Description Roman Žilka 2013-04-18 13:38:27 UTC
I just found out /bin/{u,}mount from util-linux-2.22.2 are no longer suid and have been so for almost a month now. This prevents '-o user' in fstab from working. According to bug 425804 this may not be desirable. It's not for me either.:)

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-18 14:12:17 UTC
Please post your `emerge --info sys-apps/util-linux' output in a comment.
Comment 2 Roman Žilka 2013-04-18 14:33:44 UTC
Created attachment 345910 [details]
[amd64 hardened] emerge --info util-linux
Comment 3 Roman Žilka 2013-04-18 14:33:59 UTC
Created attachment 345912 [details]
[x86 default] emerge --info util-linux
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2013-04-18 18:37:25 UTC
It's that because you asked for no suid?

sys-apps/util-linux-2.22.2 was built with the following:
USE="cramfs crypt ncurses nls test udev unicode -ddate -old-linux -perl (-selinux) -slang -static-libs -suid"

right there at the end.
Comment 5 Roman Žilka 2013-04-18 19:10:21 UTC
Ah, thanks.