summaryrefslogtreecommitdiff
path: root/usr/mgmt_ipc.h
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-05-16 17:29:30 -0700
committerGitHub <noreply@github.com>2022-05-16 17:29:30 -0700
commit433fad9ddadd62e5edf9597493f32a3b9443cc59 (patch)
treec3ac5f0733cc34595e970f027e13ac392e5c340a /usr/mgmt_ipc.h
parent9dc06a2a75438907cbac0a1523f4d235d28ab58b (diff)
parent4b377041ef88f7c683b0a880e937e71a773c2c68 (diff)
downloadopen-iscsi-433fad9ddadd62e5edf9597493f32a3b9443cc59.tar.gz
Merge pull request #350 from ericwmackay/ipc_auth_uid
Add ability for MGMT IPC to check UID only
Diffstat (limited to 'usr/mgmt_ipc.h')
-rw-r--r--usr/mgmt_ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/mgmt_ipc.h b/usr/mgmt_ipc.h
index 55972ed..cc6ef1b 100644
--- a/usr/mgmt_ipc.h
+++ b/usr/mgmt_ipc.h
@@ -115,5 +115,6 @@ int mgmt_ipc_listen(void);
int mgmt_ipc_systemd(void);
void mgmt_ipc_close(int fd);
void mgmt_ipc_handle(int accept_fd);
+void mgmt_ipc_handle_uid_only(int accept_fd);
#endif /* MGMT_IPC_H */