考虑放弃 LD_PRELOAD 模式 #2

Closed
opened 2023-12-28 01:14:25 +08:00 by Paul · 1 comment
Owner

LD_PRELOAD 只对使用 ld-linux 进行动态加载的程序有效,而 Go 语言采用完全不同的加载模式

02547b124d 中引入了在 execve 前设置约束的机制,等 #1 完成后可以彻底删除 LD_PRELOAD 模式

`LD_PRELOAD` 只对使用 `ld-linux` 进行动态加载的程序有效,而 `Go` 语言采用完全不同的加载模式 在 02547b124dc41a129746d6cdcdf55edde9b09384 中引入了在 `execve` 前设置约束的机制,等 #1 完成后可以彻底删除 `LD_PRELOAD` 模式
Author
Owner

ae91f2c3f5 中已删除 LD_PRELOAD 模式

ae91f2c3f5 中已删除 `LD_PRELOAD` 模式
Paul closed this issue 2024-01-01 21:43:37 +08:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: woj/woj-sandbox#2
No description provided.