Merge branch 'wireshark-group' into 'master'

Make sure that the wireshark group exists

See merge request kalilinux/build-scripts/live-build-config!11
merge-requests/16/head
Raphaël Hertzog 4 years ago
commit 23b9b7b1b2

@ -15,6 +15,7 @@ configure_zsh() {
configure_usergroups() {
addgroup --system kaboxer || true # Ensures the group exists
addgroup --system wireshark || true # Ensures the group exists
# kaboxer - for kaboxer
# dialout - for serial port access
# wireshark - capture sessions without being root

Loading…
Cancel
Save