Skip to content
Snippets Groups Projects
Commit c2732dea authored by Simone Piccardi's avatar Simone Piccardi
Browse files

Remove addiction to hardware group of haldeamon user, no more in use,

see https://wiki.debian.org/HALRemoval
parent 4e1808da
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,6 @@ class FussClientInteraction(xmlrpc.XMLRPC):
res[x.groupname] = []
res[x.groupname].append(x.username)
for hal in ['cdrom','plugdev', 'floppy', 'powerdev']:
if hal in res:
res[hal].append('haldaemon')
return res
def xmlrpc_list_clusters(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment