meta-app-framework: Update app template scheme
[AGL/meta-agl.git] / meta-app-framework / recipes-config / polkit-rule-agl-app / files / 50-agl-app.rules
index 5fa34fb..dd4b694 100644 (file)
@@ -1,6 +1,6 @@
 polkit.addRule(function(action, subject) {
     if (action.id == "org.freedesktop.systemd1.manage-units" &&
-        action.lookup("unit").indexOf("agl-app@") == 0 &&
+        action.lookup("unit").indexOf("agl-app") == 0 &&
         subject.user == "agl-driver") {
         return polkit.Result.YES;
     }