> Also there is an error configuring dirmngr because you can't change the group > ownership > of files in /var i've ignored that for now but this also needs to be fixed in > packaging.
You can use something like this in the relevant manifest file for those files inside /var. You need to request for those credentials for the binary that needs the relevant access. This is my sample from the cups package: <request> <credential name="UID::lp"/> <credential name="GID::sys"/> <for path="/usr/lib/cups/backend/lpd"/> </request> Best Regards, Laszlo Papp _______________________________________________ Kde-mobile mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-mobile
