diff --git a/dde-file-manager-gvfs.rules b/dde-file-manager-gvfs.rules index b2ba6f2..c8c4b51 100644 --- a/dde-file-manager-gvfs.rules +++ b/dde-file-manager-gvfs.rules @@ -4,7 +4,8 @@ // for each client process using the different action id and for the subject // based on the client process. polkit.addRule(function(action, subject) { - if (subject.local && + if (if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system") && + subject.local && subject.active && subject.isInGroup ("sudo")) { return polkit.Result.YES; diff --git a/debian/changelog b/debian/changelog index 5a0b0f8..418ad2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -debiandde (15.11~2024.02.25) stable; urgency=medium +debiandde (15.11~2024.02.26) stable; urgency=medium * update 15.11