T7728: Add sdk user to the sudo group
The user account user
that is created on the SDK already has sudo
powers. However this user account is not part of the sudo group.
We started to hit a problem on the SDK in which blueman would complain about the user not having permission to setup Bluetooth networking*. The only change required for user to have all the required permissions is to be part of the sudo group.
This patch adds the user account user
to the sudo
group.
Signed-off-by: Peter Senna Tschudin peter.senna@collabora.com