7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
== Ask Yourself Whether
|
|
|
|
* the PID of the process to which the signal will be sent is coming from an untrusted source. It could for example come from a world-writable file.
|
|
* users who are asking for the signal to be sent might not have the permission to send those signals.
|
|
|
|
There is a risk if you answered yes to any of those questions.
|