chiark / gitweb /
service: add minimal access control logic for notifcation socket
[elogind.git] / src / manager.h
index 762a891ca61d7242700a77eee73208727579a451..6c3434e5a049d760f7087221dc7492b24897703c 100644 (file)
@@ -125,6 +125,8 @@ struct Manager {
 
         Hashmap *watch_pids;  /* pid => Unit object n:1 */
 
+        char *notify_socket;
+
         Watch notify_watch;
         Watch signal_watch;