diff mbox series

[meta-selinux,4/4] SELinux-FAQ: drop debug-tweaks

Message ID 20241210131256.2393366-4-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux,1/4] libpam: drop packageconfig for selinux | expand

Commit Message

Yi Zhao Dec. 10, 2024, 1:12 p.m. UTC
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>
---
 SELinux-FAQ | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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.