On Mon, Jan 25, 2016 at 03:35:03PM +0100, Lukas Slebodnik wrote:
> ehlo,
> 
> we (Jakub, me) didn't catch this as part of review.
> I tested on minimal machine. Later I saw conflict when I was testing
> latest sssd with freeipa-server.
> 
> I think we can ignore unowned directory /usr/share/polkit-1/rules.d
> or we can add dependecy (soft dependency on fedora) to polkit.
> 
> LS

I think you see the conflict because of different permissions and
ownerships of the directory:

polkit:
drwx------    2 polkitd root                        0 Jul 14  2015 
/usr/share/polkit-1/rules.d

sssd-common:
drwxr-xr-x    2 root    root                        0 Jan 22 18:28 
/usr/share/polkit-1/rules.d

so something like

-%dir %{_datadir}/polkit-1/rules.d
+%attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d

should (hopefully) resolve the conflict.

bye,
Sumit
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

Reply via email to