mirror of https://gitee.com/openkylin/gvfs.git
Use sudo group instead of the wheel one
since the wheel group doesn't exist on Debian Forwarded: not-needed Gbp-Pq: Name 02_polkit_sudo_group.patch
This commit is contained in:
parent
041ea2cffc
commit
079ac3cdf9
|
@ -7,7 +7,7 @@ polkit.addRule(function(action, subject) {
|
|||
if ((action.id == "org.gtk.vfs.file-operations-helper") &&
|
||||
subject.local &&
|
||||
subject.active &&
|
||||
subject.isInGroup ("wheel")) {
|
||||
subject.isInGroup ("sudo")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue