From 7d5fb873bde0a84de522650945effeaf602c759e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 18 Jun 2008 00:06:46 +0200 Subject: [PATCH] file_access: add a function header comment for can_access_file_acl(). Michael --- source/smbd/file_access.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/smbd/file_access.c b/source/smbd/file_access.c index aaa114b950c..0552a16b508 100644 --- a/source/smbd/file_access.c +++ b/source/smbd/file_access.c @@ -23,6 +23,9 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_ACLS +/** + * Security descriptor / NT Token level access check function. + */ bool can_access_file_acl(struct connection_struct *conn, const char * fname, uint32_t access_mask) -- 2.47.3