summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-11-10 16:20:06 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-11-11 15:19:51 -0300
commit2c8cd4c4f225536bb506b9df7240767b2b7765f4 (patch)
tree6ac9c165b94f7d8ca3eec5c701c6f623cd668366 /src/leap/bitmask/util
parent21ce355c137e1d5dbe552c1432aaa5d40d14d759 (diff)
Add support for the internal LXDE polkit agent.
Closes #6043.
Diffstat (limited to 'src/leap/bitmask/util')
-rw-r--r--src/leap/bitmask/util/privilege_policies.py1
1 files changed, 1 insertions, 0 deletions
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"',
]