mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
It was possible to send signals to processes that you were normally not allowed to send signals to, by calling ioctl(tty, TIOCSPGRP, targetpid) and then generating one of the TTY-related signals on the calling process's TTY (e.g by pressing ^C, ^Z, etc.)