FS#61254 - [blueman] Filesystem permission conflict with polkit

Attached to Project: Community Packages
Opened by Daniel Shub (daniel_shub) - Wednesday, 02 January 2019, 18:58 GMT
Last edited by Balló György (City-busz) - Thursday, 07 March 2019, 00:58 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Balló György (City-busz)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The directory /usr/share/polkit-1/rules.d in the blueman package has 755 permissions, but in the polkit package the permissions are 750. While it seems the blueman package auto generates the directory from the upstream source, I think it is an Arch packaging problem since the polkit package explicitly creates and sets the permissions of the directory in the PKGBUILD.
This task depends upon

Closed by  Balló György (City-busz)
Thursday, 07 March 2019, 00:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  blueman 2.0.8-2
Comment by Stephane Gagne (smg3d) - Thursday, 28 February 2019, 17:19 GMT
All my installed packages owning /usr/share/polkit-1/rules.d have 750 permissions, except for blueman which is 755

$ tar tvf polkit-0.115+24+g5230646-1-x86_64.pkg.tar.xz | grep "usr/share/polkit-1/rules.d/"
drwxr-x--- root/102 0 2018-12-13 04:22 usr/share/polkit-1/rules.d/

$ tar tvf systemd-241.7-2-x86_64.pkg.tar.xz | grep "usr/share/polkit-1/rules.d/"
drwxr-x--- root/102 0 2019-02-20 08:07 usr/share/polkit-1/rules.d/

$ tar tvf gvfs-1.38.1+9+gd4dab113-2-x86_64.pkg.tar.xz | grep "usr/share/polkit-1/rules.d/"
drwxr-x--- root/polkitd 0 2019-02-24 17:22 usr/share/polkit-1/rules.d/

$ tar tvf blueman-2.0.8-1-x86_64.pkg.tar.xz | grep "usr/share/polkit-1/rules.d/"
drwxr-xr-x root/root 0 2019-02-27 16:50 usr/share/polkit-1/rules.d/

Loading...