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

1
2
3
4
5
6
7
8
9
# This is a sample PAM configuration for Linux
# which does standard unix authentication against
# the password in /etc/passwd or /etc/shadow.
# The contents of this file should be copied to
# /etc/pam.d/cvs

auth      required    pam_unix.so
account   required    pam_unix.so
session   required    pam_unix.so