forked from Imagelibrary/rtems
Use '*" to disable shell login instead of '!' according to the Linux man page. Use getpwnam_r() instead of getpwnam(). Do not access the user environment directly. Update the user environment only after a successful login check.
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: shell01
|
|
|
|
directives:
|
|
|
|
- rtems_shell_login_check
|
|
|
|
concepts:
|
|
|
|
- Ensure that rtems_shell_login_check() works as expected.
|