From 40ca81d7446e90864463116322c9141cf431fd93 Mon Sep 17 00:00:00 2001 From: BritishTeapot Date: Mon, 31 Mar 2025 14:36:26 +0200 Subject: [PATCH] Updated header function description for `interactive_access` --- src/ui-socket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui-socket.h b/src/ui-socket.h index 9780e9e..6d0ee74 100644 --- a/src/ui-socket.h +++ b/src/ui-socket.h @@ -36,6 +36,7 @@ void destroy_ui_socket(void); * * @param filename: The file that the process is trying to access * @pram pi: The process information + * @param opts: options (GRANT_TEMP, GRANT_PERM) * @return: 0 if access is denied, 1 if access is allowed */ int interactive_access(const char *filename, struct process_info pi, int opts);