summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-03-09 12:28:55 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-03-09 12:28:55 -0300
commitc24ddb25c4266c2328590a0499846858ff4b9ea1 (patch)
treeb7b90876540bc6d04781cd2a67a74288156c1621 /src
parentd67402521a1feb04fa3cf25154ff5704f2fe0bc7 (diff)
[feat] add support for xfce-polkit agent
Resolves: #6713
Diffstat (limited to 'src')
-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 65132133..2acc63cf 100644
--- a/src/leap/bitmask/util/privilege_policies.py
+++ b/src/leap/bitmask/util/privilege_policies.py
@@ -187,6 +187,7 @@ class LinuxPolicyChecker(PolicyChecker):
'ps aux | grep "[l]xsession"',
'ps aux | grep "[g]nome-shell"',
'ps aux | grep "[f]ingerprint-polkit-agent"',
+ 'ps aux | grep "[x]fce-polkit"',
]
is_running = [commands.getoutput(cmd) for cmd in polkit_options]