From 2c8cd4c4f225536bb506b9df7240767b2b7765f4 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 10 Nov 2014 16:20:06 -0300 Subject: Add support for the internal LXDE polkit agent. Closes #6043. --- changes/bug-6043_support-internal-lxde-polkit-agent | 1 + src/leap/bitmask/util/privilege_policies.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/bug-6043_support-internal-lxde-polkit-agent diff --git a/changes/bug-6043_support-internal-lxde-polkit-agent b/changes/bug-6043_support-internal-lxde-polkit-agent new file mode 100644 index 00000000..5b9db381 --- /dev/null +++ b/changes/bug-6043_support-internal-lxde-polkit-agent @@ -0,0 +1 @@ +- Add support for the internal LXDE polkit agent. Closes #6043. diff --git a/src/leap/bitmask/util/privilege_policies.py b/src/leap/bitmask/util/privilege_policies.py index 2016e67b..68a1af28 100644 --- a/src/leap/bitmask/util/privilege_policies.py +++ b/src/leap/bitmask/util/privilege_policies.py @@ -179,6 +179,7 @@ class LinuxPolicyChecker(PolicyChecker): 'ps aux | grep "polkit-[k]de-authentication-agent-1"', 'ps aux | grep "polkit-[m]ate-authentication-agent-1"', 'ps aux | grep "[l]xpolkit"', + 'ps aux | grep "[l]xsession"', 'ps aux | grep "[g]nome-shell"', 'ps aux | grep "[f]ingerprint-polkit-agent"', ] -- cgit v1.2.3