Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
#
|
|
# The PAM configuration file for the Shadow `chfn' service
|
|
#
|
|
|
|
# This allows root to change user infomation without being
|
|
# prompted for a password
|
|
auth sufficient pam_rootok.so
|
|
|
|
# The standard Unix authentication modules, used with
|
|
# NIS (man nsswitch) as well as normal /etc/passwd and
|
|
# /etc/shadow entries.
|
|
auth include common-auth
|
|
account include common-account
|
|
session include common-session
|