seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

unsafe pam-policy: make feature available for all seapath images #72

Closed insatomcat closed 2 years ago

insatomcat commented 2 years ago

right now the unsafe-pam policy is available only if using the hardening is enabled, whichmakes it impossible to build a dbg image (unsafe-pam enabled) while using "no security" distro feature. This patch makes it possible by enabling unsafe-pam for all seapath images.

Signed-off-by: insatomcat florent.carli@rte-france.com