sisungo / airup

🚀 Airup is a modern, portable and blazingly fast implementation of service supervisor and the init daemon.
MIT License
18 stars 1 forks source link

bug: services started as other user may be not permitted to do notify #31

Open sisungo opened 6 months ago

sisungo commented 6 months ago

Introduction

Airup's IPC socket needs permission (generally root or group airup, when running as init) to connect. Depending on the IPC socket, notify-kind services started as other user may be unable to do notify for permission issues.

Solutions

To be done.

Unresolved Questions