Bug 751159

Summary: fusermount has incorrect permissions
Product: [openSUSE] openSUSE 12.1 Reporter: Ilya Chernykh <anixx>
Component: BasesystemAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: RESOLVED NORESPONSE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_sLJ7K2dvxj, meissner, suse-beta
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ilya Chernykh 2012-03-08 06:49:15 UTC
User-Agent:       Mozilla/5.0 (X11; U; Firefox 2.0; openSUSE; ru-RU)

fusermount has no execute bit disallowing to manually mount remote partitions with fuse. The following line fixes the problem:

sudo chmod +x /usr/bin/fusermount

Please, correct the permissions.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Marcus Meissner 2012-03-08 22:07:10 UTC
what did ls -la /usr/bin/fusermount show for you before you did that?

it lascks the "other" x bit in "secure" security setting
Comment 2 Kun Kun Zhang 2012-04-09 10:20:40 UTC
Hi,could you please help to have a look this?I am not sure whether it is right to assign it to you.Feel free to reassign it.Thank you.
Comment 3 Christian Boltz 2012-04-09 13:41:33 UTC
I'm not the original bugreporter, but...

# pm -qlv fuse |grep fusermount
-rwsr-x---    1 root    trusted                 31464 Okt 29 17:29 /usr/bin/fusermount

As you can see, fusermount can only be called by users in the "trusted" group by default (unless someone changes the permissions).

(only) /etc/permissions.easy has 4755 permissions for it - Ilya, what's the result of
    grep PERMISSION_SECURITY /etc/sysconfig/security
on your system?
Comment 4 Ilya Chernykh 2012-04-09 13:52:29 UTC
PERMISSION_SECURITY="easy local"
Comment 5 Marcus Meissner 2012-04-09 21:03:39 UTC
is this strill the case after running

SuSEconfig --module permissions

?
Comment 6 Forgotten User sLJ7K2dvxj 2012-05-02 07:20:51 UTC
Ping?
Comment 7 Forgotten User sLJ7K2dvxj 2012-05-10 10:16:38 UTC
Please reopen if necessary.