diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-09 08:42:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-09 08:42:47 +0300 |
commit | 2106f384939b9627996a77dca7d4310c91f482d7 (patch) | |
tree | cf459a74499ea86f2c138b99487a97bb2860a829 /libbb | |
parent | 09f572b1e859bfb103f654ac86541710d964d9aa (diff) | |
parent | 89358a7131d3e75c74af834bb117b4fad7914983 (diff) | |
download | busybox-1_33_stable.tar.gz |
Merge remote-tracking branch 'upstream/1_33_stable' into 1_33_stable1_33_stable
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/update_passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/update_passwd.c b/libbb/update_passwd.c index 7b67f30cd..a228075cc 100644 --- a/libbb/update_passwd.c +++ b/libbb/update_passwd.c @@ -48,7 +48,7 @@ static void check_selinux_update_passwd(const char *username) bb_simple_error_msg_and_die("SELinux: access denied"); } if (ENABLE_FEATURE_CLEAN_UP) - freecon(context); + freecon(seuser); } #else # define check_selinux_update_passwd(username) ((void)0) |