]> git.corax.cc Git - toolbox/commit
include/uipc: Don't store private endpoints in per-user directories
authorMatthias Kruk <m@m10k.eu>
Tue, 27 Dec 2022 06:09:58 +0000 (15:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 27 Dec 2022 06:09:58 +0000 (15:09 +0900)
commit8c0e34e3a2d10812b8d38d4ea1ebcf3eb7a14ab8
tree83d6a793e237afeef92387f5f6ba01f9cfe662c2
parent48ac1dd2370c4ae56a9f1ab1cb6a9b4f9bb881bd
include/uipc: Don't store private endpoints in per-user directories

Private endpoints are stored in per-user directories that are created
when the uipc module is loaded. However, the mode and ownership that
the directory is created with may be incorrect, depending on the mode
of the parent directory.

This commit modifies the uipc module so that endpoints are not created
in per-user directories, and moves the necessary directory creation
code to the Makefile, where it will be executed during installation.
Makefile
include/uipc.sh