|
|

楼主 |
发表于 2009-6-1 14:14:49
|
显示全部楼层
Post by dreamawake;1993006
搞搞PolicyKit.conf看行不行,
[PHP]
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
<match action="org.freedesktop.hal.storage.eject">
<return result="yes"/>
</match>
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes"/>
</match>
[/PHP]
恩,搞定了,用的如下
<define_admin_auth group="wheel"/>
<match user="root">
<return result="yes"/>
</match>
<match user="thinkpad">
<return result="yes"/>
</match>
多谢各位了。 |
|