Hi, Kamil Jońca writes: > I try to make > /etc/polkit-1/localauthority/50-local.d/49-nopasswd_limited.conf > which contains: > polkit.addRule(function(action, subject) { [ Javascript ] > }); > but no effect. > What do I wrong?
Which version of policykit-1 do you have installed? In Debian, only the version from experimental (0.113) supports the newer, JavaScript-using rules. 0.105 from stable/testing/unstable does *not* support them, but uses an older format (which also lacks some features). Ansgar