net-misc/modemmanager: remove unused file

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-09-23 18:05:48 +02:00
parent 976f0f7273
commit d26e0fd411
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,7 +0,0 @@
// Let users in plugdev group modify ModemManager
polkit.addRule(function(action, subject) {
if (/^org\.freedesktop\.ModemManager1\.(Device\.Control|Contacts|Messaging|Location)$/.test(action.id) &&
subject.isInGroup("plugdev") && subject.active) {
return "yes";
}
});