commit | 4ea33a976bfe79293965d0815e1914e4b6e58967 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Oct 15 13:46:44 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 17 09:25:47 2020 -0600 |
tree | e041b64e9f8841fdbaf28120171f32c64f42247b | |
parent | d8a6df10aac9f2e4d5f30aff3129d552d2984ce7 [diff] |
io-wq: inherit audit loginuid and sessionid Make sure the async io-wq workers inherit the loginuid and sessionid from the original task, and restore them to unset once we're done with the async work item. While at it, disable the ability for kernel threads to write to their own loginuid. Signed-off-by: Jens Axboe <axboe@kernel.dk>