User AccountsΒΆ
Cassini distribution images contain the following user accounts:
rootwith administrative privileges enabled by default. The login is disabled ifcassini-securityis included inDISTRO_FEATURES.Note
When
cassini-testdistro feature is enabled thenrootlogin is enabled. Currently, runninginline testsin LAVA require login asrootto run transfer-overlay commands.
cassiniwith administrative privileges enabled withsudo.
userwithout administrative privileges.
testwith administrative privileges enabled withsudo. This account is created only ifcassini-testis 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.