Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $NetBSD: login,v 1.4 2005/02/27 03:40:14 thorpej Exp $
#
# PAM configuration for the "login" service
#

# auth
auth		sufficient	pam_self.so		no_warn
auth		required	pam_nologin.so		no_warn
auth		include		system

# account
account		requisite	pam_securetty.so
account		required	pam_login_access.so
account		include		system

# session
session		include		system

# password
password	include		system