aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'vars/hostclass/desktop')
-rw-r--r--vars/hostclass/desktop3
1 files changed, 3 insertions, 0 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop
index 6c2e45f..4d97d4e 100644
--- a/vars/hostclass/desktop
+++ b/vars/hostclass/desktop
@@ -1,5 +1,8 @@
#!/bin/sh
+desktop_access_role='desktop-access'
+login_access_groups="${login_access_groups:-} ${desktop_access_role}"
+
# Let users run gdb/truss.
allow_proc_debug=1