mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* Update the checksum of the license text to include all the license text to instead of the previous only from two to three line. * Customize compile option such as CFLAGS= -D_GNU_SOURCE and the specific install folder. * Customize pam configuration file for rsh, rexec. and rlogin to make them work. * Update the line "server = /usr/bin/tcpd" to "server = /usr/sbin/tcpd" for /etc/xinetd.d/{rexec,rlogin,rsh}. * Fix some typo such as replace RPROVIDES_${PN}-rshd = "rshd" to RPROVIDES_${PN}-server = "rshd" * Fix host variable when rsh is renamed to other. * Add rexec to support ipv6. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
#%PAM-1.0
|
|
# For root login to succeed here with pam_securetty, "rsh" must be
|
|
# listed in /etc/securetty.
|
|
auth required pam_nologin.so
|
|
auth required pam_securetty.so
|
|
auth required pam_env.so
|
|
account include common-account
|
|
session optional pam_keyinit.so force revoke
|
|
session include common-session
|
|
session required pam_loginuid.so
|