kiran-session-manager/0001-fix-blacklist-autostart-add-polkit-mate-authenticati.patch
liuxinhao 8ee78d3adb fix(blacklist autostart): add polkit-mate-authentication-agent-1 to blacklist
- 添加polkit-mate-authentication-agent-1进入自启动黑名单,2.5已有kiran-polkit-agent实现
2024-01-20 13:06:45 +08:00

30 lines
1010 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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