diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-18 17:39:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-18 17:39:15 +0300 |
| commit | f9e23e6e41068d63d42f950941c3d2fc155ef21c (patch) | |
| tree | f548be5eab98389108dbd52b69eae413800405da /arch/riscv64/source.mk | |
| parent | f952391ee86f42d7606b2d3791931aba746a7aca (diff) | |
| download | kmi-f9e23e6e41068d63d42f950941c3d2fc155ef21c.tar.gz kmi-f9e23e6e41068d63d42f950941c3d2fc155ef21c.zip | |
add ipc_tail()
+ ipc_kick() does a forward and a tail at the same time
The idea with ipc_tail() is to allow 'trusted' calls, so for example a
process is not allowed to willy-nilly open a file, as it has to go via
init(), making the eid 1. This way the receiver can know that the
request has gone through init() and can open up a new connection
(file, whatever) after which requests from that pid/tid are allowed
without init() intervention
Diffstat (limited to 'arch/riscv64/source.mk')
0 files changed, 0 insertions, 0 deletions
