Package: policykit-1 / 122-3

Metadata

Package Version Patches format
policykit-1 122-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_gettext.patch | (download)

src/polkitbackend/polkitbackendactionpool.c | 49 49 + 0 - 0 !
1 file changed, 49 insertions(+)

 use gettext for translations in .policy files

Bug: http://bugs.freedesktop.org/show_bug.cgi?id=29639
Bug-Ubuntu: https://launchpad.net/bugs/619632

08_chdir_root.patch | (download)

src/polkitbackend/polkitd.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 explicitly use chdir("/") instead of relying on ~user being set
 properly


debian/01_pam_polkit.patch | (download)

data/polkit-1.in | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 use debian's common-* pam infrastructure, plus pam_env

debian/50 default.rules Replace wheel group with sudo group.patch | (download)

src/polkitbackend/50-default.rules | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 50-default.rules: replace wheel group with sudo group

On Red Hat derivatives, every member of group 'wheel' is necessarily
privileged. On Debian derivatives, there is no 'wheel' group, and
the equivalent is group 'sudo' as documented in the base-passwd package.

Based on a 2011 change by Michael Biebl.

Co-authored-by: Michael Biebl <biebl@debian.org>