利用
static inline int call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait)
example
在kernel space 呼叫 userspace /bin/touch 去產生檔案,
需要注意 call_usermodehelper 是以 root 的權限執行的。
全站熱搜
利用
static inline int call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait)
example
在kernel space 呼叫 userspace /bin/touch 去產生檔案,
需要注意 call_usermodehelper 是以 root 的權限執行的。
留言列表