19 stycznia 2010

Gnome i nautilus dostanie sie do dysku bez hasła root-a

Gdy system pyta nas o hasło root-a gdy dostajemy sie do partycji NTFS lub FAT mozna uzyć takiego sposobu:



W pliku /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy i znajdź sekcję zaczynającą się od:

<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
I zmień ją na taką (różni się tylko tymi allow*):
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
<description>Mount a system-internal device</description>
<description xml:lang="da">Montér en intern enhed</description>
<message>Authentication is required to mount the device</message>
<message xml:lang="da">Autorisering er p?kr?vet for at montere et fil system</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>

Informacje zaciągnięte z http://forum.fedora.pl

Brak komentarzy:

Prześlij komentarz