Skip to content

Commit 37c354e

Browse files
unset LD_PRELOAD
1 parent 939699d commit 37c354e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

udroid/src/proot-utils/proot-utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ p_login() {
7474
# user logic
7575
[[ -z $container_user ]] && container_user="root"
7676
# TODO: Make it good :)
77+
78+
unset LD_PRELOAD
7779
proot \
7880
--link2symlink \
7981
--sysvipc \

0 commit comments

Comments
 (0)