summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/data/opt/openslx/pam/hooks/auth-final-exec.d/20-add-to-vboxusers.sh
blob: 0a3e872097d0db6186cc2bd50d5fa9a8bdfd7668 (plain) (blame)
1
2
3
4
5
#!/bin/ash

adduser "${PAM_USER}" "vboxusers"

exit 0