summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/data/opt/openslx/pam/hooks/auth-final-exec.d/40-add-to-dialout.sh
blob: 752344a29d580a10d08bbd20105c534f1d046864 (plain) (blame)
1
2
3
4
5
#!/bin/ash

adduser "${PAM_USER}" "dialout"

exit 0