Accepting request 1075521 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1075521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=88
This commit is contained in:
commit
70858d3833
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 29 13:37:25 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Change permissions for rules folders (bsc#1209282)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 09 07:39:53 CET 2022 - aschnell@suse.com
|
Wed Nov 09 07:39:53 CET 2022 - aschnell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package polkit
|
# spec file for package polkit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -264,11 +264,11 @@ mkdir %{buildroot}/%{_sysconfdir}/polkit-1/actions
|
|||||||
%{_datadir}/polkit-1/policyconfig-1.dtd
|
%{_datadir}/polkit-1/policyconfig-1.dtd
|
||||||
%dir %{_datadir}/polkit-1/actions
|
%dir %{_datadir}/polkit-1/actions
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
|
||||||
%attr(0700,polkitd,root) %dir %{_polkit_rulesdir}
|
%attr(0750,root,polkitd) %dir %{_polkit_rulesdir}
|
||||||
%attr(0600,polkitd,root) %{_polkit_rulesdir}/50-default.rules
|
%attr(0640,root,polkitd) %{_polkit_rulesdir}/50-default.rules
|
||||||
%{_pam_vendordir}/polkit-1
|
%{_pam_vendordir}/polkit-1
|
||||||
%dir %{_sysconfdir}/polkit-1
|
%dir %{_sysconfdir}/polkit-1
|
||||||
%attr(0700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
|
%attr(0750,root,polkitd) %dir %{_sysconfdir}/polkit-1/rules.d
|
||||||
%dir %{_sysconfdir}/polkit-1/actions
|
%dir %{_sysconfdir}/polkit-1/actions
|
||||||
%{_bindir}/pkaction
|
%{_bindir}/pkaction
|
||||||
%{_bindir}/pkcheck
|
%{_bindir}/pkcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user