Files
openwrt-mirror/package/utils
Petr Štetiar 5809bfaaac busybox: fix login applet on selinux
Currently the system boots up, but is unusable because pressing enter
does not provide login with error:

  login: can't get SID for root

This is happenning, because login.c passes the Linux username directly
to get_default_context(), while libselinux expects an SELinux user
identity, causing the call to fail for users without a matching SELinux
name (e.g., root) and aborting login on SELinux-enabled systems.

Fixes: #19075
Upstream-Status: Submitted [https://lists.busybox.net/pipermail/busybox/2025-April/091407.html]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Link: https://github.com/openwrt/openwrt/pull/19080
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-07-26 18:22:30 +02:00
..
2025-05-24 21:32:25 +02:00
2024-10-03 17:27:50 +02:00
2023-10-09 23:42:37 +02:00
2019-10-19 12:49:11 +02:00
2025-05-02 19:15:42 +02:00
2024-11-17 12:30:16 +01:00
2024-09-19 13:31:32 +02:00
2025-01-11 22:24:24 +01:00
2024-02-17 01:55:21 +01:00
2024-02-17 01:55:49 +01:00
2024-11-11 21:20:01 +01:00
2025-05-02 19:15:42 +02:00
2025-07-12 23:26:34 +02:00
2024-05-23 22:49:25 +02:00
2025-07-12 23:29:09 +02:00