ccimx6: add "pam" to DISTRO_FEATURES

This is necessary for images that have SELinux enabled. Aside from changing
some package configurations and including an additional library in the rootfs,
this change has no apparent effects on the core functionality of the system.

https://onedigi.atlassian.net/browse/DEL-7641

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-09-15 10:19:14 +02:00
parent 1e19618157
commit 42cab22b95
1 changed files with 2 additions and 1 deletions

View File

@ -43,4 +43,5 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"
TRUSTFENCE_SIGN_MODE = "HAB" TRUSTFENCE_SIGN_MODE = "HAB"
# Adding 'wayland' along with 'x11' enables the xwayland backend # Adding 'wayland' along with 'x11' enables the xwayland backend
DISTRO_FEATURES_append = " wayland" # Adding pam is required for SELinux functionality
DISTRO_FEATURES_append = " wayland pam"