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:
parent
1e19618157
commit
42cab22b95
|
|
@ -43,4 +43,5 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"
|
|||
TRUSTFENCE_SIGN_MODE = "HAB"
|
||||
|
||||
# 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue