fix(blacklist autostart): add polkit-mate-authentication-agent-1 to blacklist
- 添加polkit-mate-authentication-agent-1进入自启动黑名单,2.5已有kiran-polkit-agent实现
This commit is contained in:
parent
f73ab8f3c3
commit
ac9bca9b1b
@ -0,0 +1,29 @@
|
||||
From 900779f8301993031bfc75e12d9b75fb27f6b990 Mon Sep 17 00:00:00 2001
|
||||
From: liuxinhao <liuxinhao@kylinsec.com.cn>
|
||||
Date: Sat, 20 Jan 2024 12:57:58 +0800
|
||||
Subject: [PATCH] fix(blacklist autostart): add
|
||||
polkit-mate-authentication-agent-1 to blacklist
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
- 添加polkit-mate-authentication-agent-1进入自启动黑名单,2.5已有kiran-polkit-agent实现
|
||||
---
|
||||
data/blacklist_autostart_apps.txt | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/blacklist_autostart_apps.txt b/data/blacklist_autostart_apps.txt
|
||||
index 8459d14..6302c5f 100644
|
||||
--- a/data/blacklist_autostart_apps.txt
|
||||
+++ b/data/blacklist_autostart_apps.txt
|
||||
@@ -2,4 +2,5 @@ mate-screensaver.desktop
|
||||
mate-power-manager.desktop
|
||||
orca-autostart.desktop
|
||||
nm-applet.desktop
|
||||
-mate-volume-control-status-icon.desktop
|
||||
\ No newline at end of file
|
||||
+mate-volume-control-status-icon.desktop
|
||||
+polkit-mate-authentication-agent-1.desktop
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: kiran-session-manager
|
||||
Version: 2.5.0
|
||||
Release: 11
|
||||
Release: 12
|
||||
Summary: Session manager for KIRAN desktop environment
|
||||
|
||||
License: MulanPSL-2.0
|
||||
@ -13,6 +13,7 @@ Patch1003: 0001-fix-boot-Fix-fork-other-session-program-failed-by-ad.patch
|
||||
Patch1004: 0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch
|
||||
Patch1005: 0001-fix-xsmp-Ignore-the-cancel-shutdown-request.patch
|
||||
Patch1006: 0001-feature-blacklist_autostart_apps-Add-mate-volume-con.patch
|
||||
Patch1007: 0001-fix-blacklist-autostart-add-polkit-mate-authenticati.patch
|
||||
|
||||
BuildRequires: cmake >= 3.2
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -96,6 +97,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 20 2024 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.5.0-12
|
||||
- KYOS-B: add polkit-mate-authentication-agent-1 to blacklist
|
||||
|
||||
* Sun Oct 08 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.0-11
|
||||
- KYOS-F: Add mate-volume-control-status-icon.desktop to the autostart blacklist
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user