User Accounts
Cassini distribution images contain the following user accounts:
root
with administrative privileges enabled by default. The login is disabled ifcassini-security
is included inDISTRO_FEATURES
.Note
When
cassini-test
distro feature is enabled thenroot
login is enabled. Currently, runninginline tests
in LAVA require login asroot
to run transfer-overlay commands.
cassini
with administrative privileges enabled withsudo
.
user
without administrative privileges.
test
with administrative privileges enabled withsudo
. This account is created only ifcassini-test
is included inDISTRO_FEATURES
.
By default, each users account has disabled password. The default
administrative group name is sudo
. Other sudoers configuration is included
in meta-cassini-distro/recipes-extended/sudo/files/cassini_admin_group.in
.
If cassini-security
is included in DISTRO_FEATURES
, each user is
prompted to a set new password on first login. For more information about
security see:
security hardening.
All Run-Time Integration Tests are executed as the test
user.
A Cassini distribution image can be configured to include run-time integration tests that validate successful configuration of the Cassini user accounts. Details of the user accounts validation tests can be found in the User Accounts Tests section of the Validation documentation.