busybox: update to 1.33
[openwrt/staging/mkresin.git] / package / utils / busybox / patches / 010-fix-wrong-variable.patch
1 --- a/libbb/update_passwd.c
2 +++ b/libbb/update_passwd.c
3 @@ -48,7 +48,7 @@ static void check_selinux_update_passwd(
4 bb_simple_error_msg_and_die("SELinux: access denied");
5 }
6 if (ENABLE_FEATURE_CLEAN_UP)
7 - freecon(context);
8 + freecon(seuser);
9 }
10 #else
11 # define check_selinux_update_passwd(username) ((void)0)