Commit bbbc51c
committed
Need to set process attributes not task
The current setting of the kernel is failing to set the kernel keyring
within runc. Changing to setting the process field instead of the
thread field seems to have fixed the issue. With this change runc
is labeling the kernel keyring correctly so that it can be used within
the container.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>1 parent 39d5d1c commit bbbc51c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments