Skip to content

v0.4.1

Choose a tag to compare

@jwinarske jwinarske released this 03 Aug 18:16
· 13 commits to main since this release
35c24ab

Documentation only — no code change. Released so the README rendered on
pub.dev stops handing out a polkit rule that does nothing on Debian/Ubuntu.

  • Fix the documented polkit rule, which granted only to wheel — the admin
    group on Fedora/RHEL/Arch but not on Debian/Ubuntu, where it is sudo. A
    wheel-only rule silently does nothing on Debian and is hard to diagnose,
    because the rule looks installed and the error is unchanged. Match both.
  • Document that installing the rule is not sufficient: you must be in the
    group, passwordless sudo is not the same thing, and usermod does not
    affect a running session. All three produce the same unchanged denial.