diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk index fb49f6ce2a..234e1cf415 100644 --- a/package/polkit/polkit.mk +++ b/package/polkit/polkit.mk @@ -56,8 +56,8 @@ define POLKIT_USERS endef define POLKIT_PERMISSIONS - /etc/polkit-1/rules.d d 700 polkitd root - - - - - - /usr/share/polkit-1/rules.d d 700 polkitd root - - - - - + /etc/polkit-1/rules.d d 750 root polkitd - - - - - + /usr/share/polkit-1/rules.d d 750 root polkitd - - - - - /usr/bin/pkexec f 4755 root root - - - - - /usr/lib/polkit-1/polkit-agent-helper-1 f 4755 root root - - - - - endef