From bda73fc60f609c9ad8f87842ef007452ea482d55 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 10 Dec 2024 21:12:56 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- SELinux-FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SELinux-FAQ') diff --git a/SELinux-FAQ b/SELinux-FAQ index 2ae6649..21387a1 100644 --- a/SELinux-FAQ +++ b/SELinux-FAQ @@ -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. -- cgit v1.2.3-54-g00ecf