Leandro Heck

Results 537 comments of Leandro Heck
trafficstars

Hahaha, cool. Let us know if you need some help.

I was just thinking now. We can create a repository for desktop files instead of just fixing the icons. We can provide well-organized desktop files with extra improvements (e.g. fixing...

Hm, I see. But it is still possible to: 1. make a .desktop.bkp backup 2. put the standard .desktop in place 3. replace the Exec= from the original This is...

Well, you are right. But I still think that multi-entries for each icon/app is a waste of energy which should be fixed.

My Ubuntu 21.10 seems to be good too. ```bash ➜ CVE-2022-0847-DirtyPipe-Exploit git:(main) ./compile.sh ➜ CVE-2022-0847-DirtyPipe-Exploit git:(main) ls compile.sh exploit exploit.c LICENSE.txt README.md ➜ CVE-2022-0847-DirtyPipe-Exploit git:(main) ./exploit Backing up /etc/passwd to...

Sure. But check the output of my command line when executing the exploit. ```bash ➜ CVE-2022-0847-DirtyPipe-Exploit git:(main) ./exploit Backing up /etc/passwd to /tmp/passwd.bak ... Setting root password to "aaron"... system()...

I don't know how to use it with `unittest.main()`. Is it possible? Can you share an example?

I think there might be a bunch of methods. I would say that this is some kind of art. But if I was implementing this on the first try I...