SELinux-FAQ: drop debug-tweaks

The debug-tweaks IMAGE_FEATURE has been removed in oe-core. Replace it
with allow-empty-password.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
This commit is contained in:
Yi Zhao 2024-12-10 21:12:56 +08:00 committed by Joe MacDonald
parent 1b4c274757
commit bda73fc60f

View File

@ -146,7 +146,7 @@ Please check "PermitEmptyPasswords" in /etc/ssh/sshd_config. If it is set to
"yes", set to "no" then restart sshd. That's because pam_selinux module does
not allow sshd to set PermitEmptyPasswords to "yes".
Note: If both IMAGE_FEATURES debug-tweaks ssh-server-openssh are enabled, this
Note: If both IMAGE_FEATURES allow-empty-password and ssh-server-openssh are enabled, this
"PermitEmptyPasswords" will be set to "yes" by default for Poky images.