package/polkit: add upstream fix for SIGTTOU
authorAdam Duskett <Aduskett@gmail.com>
Sat, 18 Apr 2020 02:58:15 +0000 (19:58 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 Apr 2020 12:46:42 +0000 (14:46 +0200)
commit0d749be3e1c144ed711908da49dac9f274bfc996
tree5b0c62a46bf9921785bf27404d90b7fb3a3e30e8
parentba70e29fea9fd76ffafd77401073d2142cbdfd21
package/polkit: add upstream fix for SIGTTOU

If tty_handler() resets terminal while pkttyagent is run in background job,
the process gets stopped by SIGTTOU. This impacts systemctl, hence it must
be blocked for a while and then the process gets killed anyway.

Upstream commit: 28e3a6653d8c3777b07e0128a0d97d46e586e311

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/polkit/0003-polkit-0.116-pkttyagent-sigttou-bg-job.patch [new file with mode: 0644]