From: Michael Adam Date: Tue, 17 Jun 2008 22:06:46 +0000 (+0200) Subject: file_access: add a function header comment for can_access_file_acl(). X-Git-Tag: samba-3.3.0pre1~857 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d5fb873bde0a84de522650945effeaf602c759e;p=thirdparty%2Fsamba.git file_access: add a function header comment for can_access_file_acl(). Michael --- 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)