forked from pool/polkit-default-privs
Compare commits
36 Commits
Author | SHA256 | Date | |
---|---|---|---|
ad91220be5 | |||
4c7ff8456b | |||
76dd622f33 | |||
c51768ae2f | |||
94ad3c2922 | |||
97d89965e9 | |||
4a461d0685 | |||
6d67413e2c | |||
36f7caf3f5 | |||
cfa8a5a771 | |||
0d171fdae6 | |||
ec09016c7d | |||
f3ba3bca8e | |||
c8f46db8c1 | |||
8f04def7d3 | |||
4ffb72b241 | |||
d9719cb8b2 | |||
86ba35a306 | |||
effdfa4391 | |||
343f5db0a7 | |||
abcbead29f | |||
c7379dee48 | |||
8cc2899249 | |||
5c5570e9fc | |||
b467c25590 | |||
dee5cce89f | |||
0221c0db4f | |||
781888ed30 | |||
c1898e1ed7 | |||
4fd4f305f2 | |||
e683173187 | |||
9c1da03c06 | |||
92d17bc275 | |||
1d64eb1071 | |||
6e03139879 | |||
|
c1f0e4d306 |
8
_service
8
_service
@@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">SLFO-main</param>
|
||||
<param name="versionformat">1550+%cd.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/polkit-default-privs.git</param>
|
||||
<param name="changesrevision">7e0e3f4561a5879e07a43be7c1a63dacfd7fac61</param></service></servicedata>
|
||||
<param name="changesrevision">46af6f1a7c80e87c3bc4fe97f82d08e437d126d9</param></service></servicedata>
|
BIN
polkit-default-privs-1550+20240708.7e0e3f4.tar.xz
(Stored with Git LFS)
BIN
polkit-default-privs-1550+20240708.7e0e3f4.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
polkit-default-privs-1550+20250604.71bfb94.tar.xz
(Stored with Git LFS)
Normal file
BIN
polkit-default-privs-1550+20250604.71bfb94.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,130 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 09 07:40:55 UTC 2024 - filippo.bonazzi@suse.com
|
||||
Thu Jun 05 11:00:19 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250604.71bfb94:
|
||||
* profiles: whitelist kio-admin (bsc#1229913)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 02 10:02:56 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250602.28d641f:
|
||||
* profiles: add flatpak override-parental-controls-update (bsc#1243046)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 11:41:16 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Update to version 1550+20250422.5570090:
|
||||
* profiles: whitelist apparmor-utils (bsc#1237329)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 08:57:17 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250217.854dd42:
|
||||
* profiles: add systemd-sysupdated (bsc#1237106)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 04 08:31:48 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250203.186a7f5:
|
||||
* profiles: add tuned-ppd renames / minor changes (bsc#1236029)
|
||||
* profiles: adjust tuned settings to new upstream default (bsc#1232412)
|
||||
* profiles: add tuned methods for instance handling / PPD (bsc#1232412)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 10:53:01 UTC 2025 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20250110.ac26f8e:
|
||||
* profiles: whitelist systemd v257 actions (bsc#1233295)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 14:26:58 UTC 2024 - matthias.gerstner@suse.com
|
||||
|
||||
- sync with Factory to accomodate bsc#1231659 (kinfocenter action in
|
||||
openSUSE:Leap:16.0).
|
||||
- switch _service to use a new SLFO-main branch as base.
|
||||
- Update to version 1550+20241111.762abac:
|
||||
* profiles: whitelist additional upower charging-limit action (bsc#1232835)
|
||||
* profiles: xfce4-power-manager (bsc#1232244)
|
||||
* profiles: whitelist xfce mousepad pkexec action (bsc#1232231)
|
||||
* profiles: whitelist additional kinfocenter action (bsc#1231659)
|
||||
* Update rule for kpmcore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 04 12:00:50 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240708.7e0e3f4:
|
||||
* profile: whitelist kdeplasma-addons-kameleon helper (bsc#1226306)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 09:51:18 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20240620.095c860:
|
||||
* profiles: add powerdevil conservation mode actions (bsc#1226424)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 11:23:04 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240619.190ee11:
|
||||
* profiles: whitelist drkonqi6 (bsc#1220190)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 16:23:33 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20240613.b3a8db7:
|
||||
* whitelist new systemd methods (bsc#1225317)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 13:36:44 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240522.4ba9229:
|
||||
* whitelist gnome-remote-desktop (bsc#1222159)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 08:14:36 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240430.5327266:
|
||||
* profiles: whitelist dnf5daemon-server (bsc#1218327)
|
||||
* profiles: remove pseudo auth action kcmkwallet5 (bsc#1217190)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 13:34:38 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240325.eddbe04:
|
||||
* profiles: power-profiles-daemon (bsc#1219957)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 11:21:49 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240311.559e6ac:
|
||||
* whitelist gnome-control-center remote-session-helper (bsc#1220862)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 07 15:33:36 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20240307.987ebab:
|
||||
* add incremental libvirt addition org.libvirt.api.node-device.save (bsc#1221094)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 13:20:49 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20240223.b0857d7:
|
||||
* profiles: add new tuned actions (bsc#1220081)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 07 13:01:09 UTC 2024 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20240207.d833f4b:
|
||||
* profiles: power-profiles-daemon (bsc#1219957)
|
||||
* profiles: remove no longer used device-rebind action
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 15:11:09 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20231213.09963a4:
|
||||
* profiles: add and adjust polkit actions for gamemode (bsc#1217915)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 12:06:01 UTC 2023 - wolfgang.frisch@suse.com
|
||||
Wed Nov 29 12:08:23 UTC 2023 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20231129.269abcd:
|
||||
* profiles: whitelist cinnamon-settings-daemon wacom-oled-helper (bsc#1217532)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 03 14:29:31 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20231103.3b4a82f:
|
||||
* profiles: fwupd: add host-security-attr actions (bsc#1216832)
|
||||
* profiles: remove outdates sysprof2 actions
|
||||
* profiles: drop obsolete udisks2 bcache and zram actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 06 09:48:30 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20231006.28f05f1:
|
||||
* Whitelist policycoreutils-dbus actions (bsc#1213435)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 12:26:03 UTC 2023 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20230920.74aeded:
|
||||
* udisks2: add additional NVME action (bsc#1214897)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 08:13:05 UTC 2023 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20230912.0978001:
|
||||
* udisks2: add additional mount and NVME actions (bsc#1214897)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 12:25:03 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 1550+20230829.1a9a761:
|
||||
* deepin-api: provide backward compatibility whitelisting (bsc#1214101)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 06 09:59:32 UTC 2023 - wolfgang.frisch@suse.com
|
||||
Tue Jun 13 15:53:43 UTC 2023 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 1550+20230606.5001571:
|
||||
* Whitelist org.freedesktop.systemd1.bypass-dump-ratelimit (bsc#1211978)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 02 10:37:11 UTC 2023 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20230602.0c9c3c6:
|
||||
* Whitelist org.freedesktop.systemd1.bypass-dump-ratelimit (bsc#1211978). (#92)
|
||||
* profiles: drop dead mousepad action
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 12:43:18 UTC 2023 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 1550+20230517.ab68b2d:
|
||||
* rename com.deepin.api to org.deepin.dde (bsc#1211376)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package polkit-default-privs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: polkit-default-privs
|
||||
Version: 1550+20240708.7e0e3f4
|
||||
Version: 1550+20250604.71bfb94
|
||||
Release: 0
|
||||
Summary: SUSE PolicyKit default permissions
|
||||
License: GPL-2.0-or-later
|
||||
|
Reference in New Issue
Block a user