policy: fix policy after dcbw/kill-at-console merge (bgo #707983) (rh #979416)
authorDan Williams <dcbw@redhat.com>
Fri, 24 Jan 2014 18:28:35 +0000 (12:28 -0600)
committerDan Williams <dcbw@redhat.com>
Fri, 24 Jan 2014 18:32:43 +0000 (12:32 -0600)
commitc9b6f13c56583d95199857b9e0390962b642dae5
treeb8796ee717488192c20755095122e1c2becb52c5
parentde56f28db62d042c2c293867750228d6ac253892
policy: fix policy after dcbw/kill-at-console merge (bgo #707983) (rh #979416)

Polkit documentation suggests that <allow_any> applies to all
clients, but that's actually not the case.  allow_any,
allow_inactive, and allow_active are evaluated individually based
on whether the user is local and active (allow_active), local and
inactive (allow_inactive), and not local (allow_any).  Thus all
three allow options must be specified for any authorization other
than 'no'.
policy/org.freedesktop.NetworkManager.policy.in.in