diff options
author | Jeremy Allison <jra@samba.org> | 2010-10-15 15:53:51 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-10-15 17:38:22 -0700 |
commit | cf45581cdfbe60815c5b278f2c4cbceeb7ca1407 (patch) | |
tree | 4bd67151c83ced306e79d8a204627786e463417d /source3/include | |
parent | 1904c44ec84fe5d706a4e07f73bad17d0948535a (diff) | |
download | samba-cf45581cdfbe60815c5b278f2c4cbceeb7ca1407.tar.gz samba-cf45581cdfbe60815c5b278f2c4cbceeb7ca1407.tar.bz2 samba-cf45581cdfbe60815c5b278f2c4cbceeb7ca1407.zip |
Add make_default_filesystem_acl() function to be used in following change to acl_xattr and acl_tdb module.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 650d431b3f..9a8cf67756 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5123,6 +5123,10 @@ bool set_unix_posix_default_acl(connection_struct *conn, const char *fname, uint16 num_def_acls, const char *pdata); bool set_unix_posix_acl(connection_struct *conn, files_struct *fsp, const char *fname, uint16 num_acls, const char *pdata); struct security_descriptor *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname); +NTSTATUS make_default_filesystem_acl(TALLOC_CTX *ctx, + const char *name, + SMB_STRUCT_STAT *psbuf, + struct security_descriptor **ppdesc); /* The following definitions come from smbd/process.c */ |