You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
input-remapper/keymapper/ipc
sezanzeb b44861b396 black 3 years ago
..
__init__.py gtk not running as root anymore 3 years ago
pipe.py black 3 years ago
readme.md gtk not running as root anymore 3 years ago
socket.py black 3 years ago

readme.md

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.