Re: udisks2 configuration[SOLVED]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le 27/05/2018 à 10:45, François Patte a écrit :
> Le 26/05/2018 à 23:48, Ahmad Samir a écrit :
>> On 26 May 2018 at 17:17, François Patte
>> <francois.patte@xxxxxxxxxxxxxxxxxxxx> wrote:
>>> Bonjour,
>>>
>>> I want to be able to open a crypted device as a non-root user and I
>>> modified the file
>>>
>>> /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy
>>>
>>> in order to do that.
>>>
>>> That works, but it is not a good thing to modify a file from the distrib
>>> to create a local configuration.
>>>
>>> There is an empty directory /etc/udisks2/modules.conf.d where I tried to
>>> guess what I could put inside for my purpose, but everything failed.
>>>
>>> I did not find a clear doc about the udisks2 configuration.
>>>
>>
>> You need a polkit rule; create a text file,
>> /etc/polkit-1/rules.d/filename.rules, and put something like this in
>> it:

This did not work because of a typo:
>>
>> polkit.addRule(function(action, subject) {
>>     if (action.id == "org.freedesktop.udisks2.encrypted-unlock") &&
             a double parenthese is needed before "action" in the above
line.

>>     subject.local &&
>>     subject.active &&
>>     subject.isInGroup("YOUR_USER_GROUP") ) {
>>             return polkit.Result.YES;
>>     }
>> });
>>
>> `man polkit` for more details, and there are many examples in
>> /usr/share/polkit-1/rules.d/* .
> 
> Thank you for your quick answer, but I am sorry to say that it does not
> work for me... whatever the name I give to the rules file....
> 
> Is there a way to debug udisksctl?
> 
> Thank you.
> 
> 

-- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)6 7892 5822
http://www.math-info.univ-paris5.fr/~patte

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/AKAW3G2FKSGAMYCRZYLUECIWH3YRZGRQ/
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux