Skip to content

Commit

Permalink
Revert "kas: add iot2050 user to the example image"
Browse files Browse the repository at this point in the history
This reverts commit 10cd525.

This modification will cause the file descriptor to leak, and then cause
the mraa process to work abnormally.

Signed-off-by: Li Hua Qian <[email protected]>
  • Loading branch information
huaqianli committed Jul 29, 2024
1 parent 97cc537 commit 3c9488a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kas-iot2050-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@ local_conf_header:
USERS += "root"
USER_root[password] ??= "root"
USER_root[flags] ??= "clear-text-password force-passwd-change"
iot2050_user: |
GROUPS += "gpio pinctrl i2c spi pwm iio dialout"
USERS += "iot2050"
USER_iot2050[password] ??= "iot2050"
USER_iot2050[flags] ??= "clear-text-password force-passwd-change create-home"
USER_iot2050[groups] ??= "gpio pinctrl i2c spi pwm iio dialout"
USER_iot2050[shell] ??= "/bin/bash"

0 comments on commit 3c9488a

Please sign in to comment.