tmp移动到etc
This commit is contained in:
parent
e2fd36195d
commit
c35fe7fd82
|
|
@ -10,7 +10,7 @@ const (
|
|||
ShmKey = 0x78945 // 共享内存的键值
|
||||
ShmSize = 32 * 1024 * 1024 // 共享内存的大小(字节)
|
||||
|
||||
SoPath = "/tmp/exec_hook" // 共享库路径
|
||||
SoPath = "/etc/exec_hook" // 共享库路径
|
||||
SoName = "intercept.so" // Hook 文件名称
|
||||
UpdateInfoFileName = "update_info.bin" // 更新信息文件名称
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
package constants
|
||||
|
||||
const (
|
||||
SocketPath = "/tmp/exec_hook/exec.sock"
|
||||
SocketPath = "/etc/exec_hook/exec.sock"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue