We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clarify that "storage" is an example group name
Revert "Updated Permissions (rest => markdown)" This reverts commit 29d7210498e448773d396589771163859b319421. This commit broke formatting, since it is an ReST document, not an .md document…
Updated Permissions (rest => markdown)
Reinstate trailing comma for ES4 compatibility Older systems may use polkit with an older javascript version that doesn't allow for trailing commas in object literals. This was added only in ES5, see section 11.1.5 Object Initializer [1]. [1] https://262.ecma-international.org/5.1/#sec-11.1.5
While JSON forbids trailing comma, actual JavaScript is perfectly fine with it, so don't make things unnecessarily complex
Add action org.freedesktop.udisks2.filesystem-mount-system
Add note that polkit requires permission o+r, otherwise will cause error "can't open ...: No such file or directory"
Mention official docs on udisks2 permissions
Fix syntax error in udisks2/policykit permissions config Resolves #115 (probably)
Extend the article on Permissions
adding unmount-others to permissions list, otherwise udiskie cannot unmount devices if outside a user's session