openembedded/meta-openembedded

polkit and polkit-group-rule-network

Opened this issue · 0 comments

file /etc/polkit-1/rules.d conflicts between attempted installs of polkit-group-rule-network-1.0-r0.core2_64 and polkit-123-r0.core2_64

It does not affect polkit version 0.119 but in version 123 this is added to the polkit recipe:

do_install:append() {
   #Fix up permissions on polkit rules.d to work with rpm4 constraints
   chmod 700 ${D}/${datadir}/polkit-1/rules.d
   chown polkitd:root ${D}/${datadir}/polkit-1/rules.d
}

I'm not sure if the solution is to edit the polkit recipe or the polkit-group-rule-* recipes.