summaryrefslogtreecommitdiff
path: root/source3/smbd/file_access.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-06-18 00:06:46 +0200
committerMichael Adam <obnox@samba.org>2008-06-18 00:06:46 +0200
commitaedce263a81a2ff167f25fa7ac865ac858a5cb90 (patch)
tree9c40e2b2b967c5db68c5d71667de439ebffc81b7 /source3/smbd/file_access.c
parent24e7f40687b9542543533e1a4820b8f3f0016f07 (diff)
downloadsamba-aedce263a81a2ff167f25fa7ac865ac858a5cb90.tar.gz
samba-aedce263a81a2ff167f25fa7ac865ac858a5cb90.tar.bz2
samba-aedce263a81a2ff167f25fa7ac865ac858a5cb90.zip
file_access: add a function header comment for can_access_file_acl().
Michael (This used to be commit 7d5fb873bde0a84de522650945effeaf602c759e)
Diffstat (limited to 'source3/smbd/file_access.c')
-rw-r--r--source3/smbd/file_access.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/file_access.c b/source3/smbd/file_access.c
index aaa114b950..0552a16b50 100644
--- a/source3/smbd/file_access.c
+++ b/source3/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)