chaosd icon indicating copy to clipboard operation
chaosd copied to clipboard

support file attack

Open WangXiangUSTC opened this issue 3 years ago • 1 comments

Includes:

  • [ ] create file
  • [ ] rename file
  • [ ] append data to file
  • [ ] modify the file's privileges
  • [ ] delete file

WangXiangUSTC avatar Mar 24 '21 10:03 WangXiangUSTC

When I simulate file faults using the service mode, an error is reported. For example:

[root@master1 ~]# curl -X POST http://192.168.55.51:31767/api/attack/file -H "Content-Type:application/json" -d '{"action":"create","dir-name":"/root/chaos-test/"}' 404 page not found

So, I want to ask whether this function has been fully implemented.

sheshesheshe avatar Dec 02 '22 08:12 sheshesheshe