Remove user from docker group
This prevents unauthorised programs to effectively be root.
This commit is contained in:
parent
973b82c90f
commit
a68b429a58
|
@ -20,7 +20,6 @@ in
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"dialout"
|
"dialout"
|
||||||
"docker"
|
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"lp"
|
"lp"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
|
Loading…
Reference in a new issue