input-remapper/keymapper/ipc/readme.md

8 lines
235 B
Markdown
Raw Normal View History

2021-03-21 18:15:20 +00:00
# IPC
Since I'm not forking, I can't use the handy multiprocessing.Pipe
method anymore.
Processes that need privileges are spawned with pkexec, which connect to
known pipe paths to communicate with the non-privileged parent process.