File 40-default-webyast-firewall.rules of Package rubygem-webyast-firewall
// default permissions for "webyast" and "root" users polkit.addRule(function(action, subject) { if ((action.id == "org.opensuse.yast.modules.yapi.firewall.read" || action.id == "org.opensuse.yast.modules.yapi.firewall.write" ) && (subject.user == "webyast" || subject.user == "root")) { return polkit.Result.YES; } }); // vim: syntax=javascript