摘要: 目前有个项目要求 Apache以other的身份模拟root 用户权限来执行! 目前想到的就是 fakeroot 以及S位,在此bing转载了一篇setuid相关博客, 转载自:https://www.hrwhisper.me/introduction-to-linux-capability/ Li 阅读全文
posted @ 2022-03-02 11:54 codestacklinuxer 阅读(57) 评论(0) 推荐(0)
摘要: ifconfig调用流程 ioctl(4, SIOCSIFADDR, {ifr_name="eth6", ifr_addr={AF_INET, inet_addr("20.20.20.20")}}) = 0 ioctl(4, SIOCGIFFLAGS, {ifr_name="eth6", ifr_f 阅读全文
posted @ 2022-03-02 10:29 codestacklinuxer 阅读(65) 评论(0) 推荐(0)