Add user to more groups
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ac20e20c8f
commit
2aaa72af24
1 changed files with 3 additions and 1 deletions
|
@ -11,11 +11,13 @@
|
||||||
|
|
||||||
CONFIG_GROUPS=(
|
CONFIG_GROUPS=(
|
||||||
"docker"
|
"docker"
|
||||||
|
"lock"
|
||||||
"log"
|
"log"
|
||||||
"lp"
|
"lp"
|
||||||
"mpd"
|
"mpd"
|
||||||
"wheel"
|
"uucp"
|
||||||
"video"
|
"video"
|
||||||
|
"wheel"
|
||||||
)
|
)
|
||||||
|
|
||||||
output::section "Groups"
|
output::section "Groups"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue