Is there any way to prevent a privileged program from successfully executing unlink()?

前端 未结 0 1104
予麋鹿
予麋鹿 2021-01-22 06:20

Assuming a privileged program contains this line of code:

unlink("hello.txt");

Is there anything that I can do before I run the privile

相关标签:
回答
  • 消灭零回复
提交回复
热议问题